GH-ISSUE-EDIT(1) GitHub CLI manual GH-ISSUE-EDIT(1) (NAME) gh-issue-edit - (SYNOPSIS) gh issue edit { | } [flags] (DESCRIPTION) . (scope) project . gh auth refresh -s project . --attach . . ![alt](./login.png) . . (Alt text) # --attach './login.png#The login error state'. . . . . URL (stdout) . --add-assignee --remove-assignee : - @me: - @copilot: Copilot ( GitHub Enterprise Server ) (OPTIONS) --add-assignee . "@me" Copilot "@copilot" . --add-blocked-by << >> (blocked by) (URL) --add-blocking <<>> (blocking) (URL) --add-label --add-project <?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> --add-sub-issue <number> <?><?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?> (URL) --attach <file> <?><?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?><?> <?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> '#' -b, --body <string> <?><?><?><?><?> <?><?><?> <?><?><?><?> <?><?><?><?>. -F, --body-file <file> <?><?><?><?><?><?> <?><?><?> <?><?><?><?> <?><?> <?><?><?><?> (<?><?><?><?> <?><?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?><?> <?><?> "-" <?><?><?><?><?><?><?> <?><?><?><?>) -m, --milestone <name> <?><?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?> (<?><?><?><?><?> <?><?><?>) <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?> --parent <number> <?><?><?><?><?> <?><?><?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?> (URL) --remove-assignee <login> <?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?> <?><?><?><?><?><?> <?><?><?><?><?>. <?><?><?><?> <?><?><?> <?><?><?><?><?><?> <?><?> <?><?><?> <?><?> "@me" <?><?> <?><?><?><?> <?><?><?> <?><?><?><?><?><?> <?><?> Copilot <?><?> "@copilot" <?><?><?><?><?><?><?> <?><?><?><?>. --remove-blocked-by <number> <?><?><?> <?><?><?><?><?> <<<?><?><?><?><?><?><?><?> <?><?><?><?>>> (blocked by) <?><?> <?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?> (URL) --remove-blocking <number> <?><?><?> <?><?><?><?><?> <<<?><?><?><?><?><?><?><?><?><?>>> (blocking) <?><?> <?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?> (URL) --remove-label <name> <?><?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?> --remove-milestone <?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?> (<?><?><?><?><?> <?><?><?>) <?><?> <?><?><?><?><?> --remove-parent <?><?><?> <?><?><?><?><?><?> <?><?><?><?> --remove-project <title> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> --remove-sub-issue <number> <?><?><?> <?><?><?><?><?><?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?> (URL) --remove-type <?><?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?> -t, --title <string> <?><?><?><?><?> <?><?><?><?><?> <?><?><?><?>. --type <name> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?> <?><?><?><?><?><?><?><?><?> <?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> (OPTIONS INHERITED FROM PARENT COMMANDS) -R, --repo <[HOST/]OWNER/REPO> <?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?> <?><?><?><?> [HOST/]OWNER/REPO <?><?><?><?><?> <?><?><?><?> (EXIT CODES) 0: <?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> 1: <?><?><?> 2: <?><?><?><?><?> <?><?><?> <?><?> 4: <?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?>: <?><?><?><?><?><?><?> <?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?><?>. <?><?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?><?><?><?> <?><?><?><?>. <?><?><?><?><?><?><?> (EXAMPLES) $ gh issue edit 23 --title "I found a bug" --body "Nothing works" $ gh issue edit 23 --add-label "bug,help wanted" --remove-label "core" $ gh issue edit 23 --add-assignee "@me" --remove-assignee monalisa,hubot $ gh issue edit 23 --add-assignee "@copilot" $ gh issue edit 23 --add-project "Roadmap" --remove-project v1,v2 $ gh issue edit 23 --milestone "Version 1" $ gh issue edit 23 --remove-milestone $ gh issue edit 23 --body-file body.txt $ gh issue edit 23 --attach './login.png#The login error state' $ gh issue edit 23 --attach ./before.png --attach ./after.png $ gh issue edit 23 34 --add-label "help wanted" $ gh issue edit 23 --type Bug $ gh issue edit 23 --remove-type $ gh issue edit 23 --parent 100 $ gh issue edit 23 --remove-parent $ gh issue edit 100 --add-sub-issue 123,124 $ gh issue edit 123 --add-blocked-by 200 --add-blocking 300,301 <?><?><?><?><?><?> <?><?><?><?><?><?> (SEE ALSO) gh-issue(1) Sep 2026 GH-ISSUE-EDIT(1)