GH-PROJECT-ITEM-EDIT(1) | GitHub CLI manual | GH-PROJECT-ITEM-EDIT(1) |
gh-project-item-edit - Edit an item in a project
gh project item-edit [flags]
Edit 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.
# 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
gh-project(1)
Nov 2024 |