![]() |
![]()
| ![]() |
![]()
NAMEgh-project-item-edit - Edit an item in a project SYNOPSISgh project item-edit [flags] DESCRIPTIONEdit either a draft issue or a project item. Both usages require the ID of the item to edit. For non-draft issues, the ID of the project is also required, and only a single field value can be updated per invocation. Remove project item field value using --clear flag. OPTIONS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Edit an item's text field value $ gh project item-edit --id <item-id> --field-id <field-id> --project-id <project-id> --text "new text" # Clear an item's field value $ gh project item-edit --id <item-id> --field-id <field-id> --project-id <project-id> --clear SEE ALSOgh-project(1)
|