gh issue edit <issue>
Edit an issue
Arguments
Name | Description |
---|---|
issue | Number or URL |
Options
Name | Description |
---|---|
-R, --repo <repo> | Select another repository using the [HOST/]OWNER/REPO format |
--add-assignee <login> | Add assigned users by their login. Use "@me" to assign yourself |
--add-label <name> | Add labels by name |
-b, --body <string> | Set the new body |
-F, --body-file <file> | Read body text from file |
-m, --milestone <name> | Edit the milestone the issue belongs to by name |
--remove-assignee <login> | Remove assigned users by their login. Use "@me" to unassign yourself |
--remove-label <name> | Remove labels by name |
--remove-project <name> | Remove the issue from projects by name |
-t, --title <string> | Set the new title |