GH-ISSUE-CREATE(1) GitHub CLI manual GH-ISSUE-CREATE(1) (NAME) gh-issue-create - (SYNOPSIS) gh issue create [flags] (DESCRIPTION) . --attach . . ![alt](./login.png) . . (Alt text) # --attach './login.png#The login error state'. . . . . (URL) (stdout) . (scope) project . gh auth refresh -s project . --assignee : - @me: - @copilot: Copilot ( GitHub Enterprise Server ) (OPTIONS) -a, --assignee . "@me" . --attach '#' --blocked-by (URLs) --blocking (URLs) -b, --body . . -F, --body-file ( "-" ) -e, --editor . . -l, --label -m, --milestone --parent (sub-issue) (URL) -p, --project <?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> --recover <string> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?> create -T, --template <name> <?><?><?> <?><?><?><?> <?><?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?> -t, --title <string> <?><?><?><?><?> <?><?> <?><?><?><?><?>. <?><?> <?><?><?> <?><?><?> <?><?><?><?> <?><?><?><?> <?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?>. --type <name> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?> -w, --web <?><?><?> <?><?><?><?> <?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?><?> <?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> (OPTIONS INHERITED FROM PARENT COMMANDS) -R, --repo <[HOST/]OWNER/REPO> <?><?><?><?><?><?> <?><?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?> <?><?><?><?> [HOST/]OWNER/REPO <?><?><?><?><?><?><?> <?><?><?><?><?><?> (ALIASES) gh issue new <?><?><?><?><?> <?><?><?><?> (EXIT CODES) 0: <?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> 1: <?><?><?> 2: <?><?><?><?><?> <?><?><?> <?><?> 4: <?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?>: <?><?><?><?><?><?><?> <?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?><?>. <?><?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?><?><?><?> <?><?><?><?>. <?><?><?><?><?><?><?> (EXAMPLES) $ gh issue create --title "I found a bug" --body "Nothing works" $ gh issue create --attach './login.png#The login error state' $ gh issue create --attach ./before.png --attach ./after.png $ gh issue create --label "bug,help wanted" $ gh issue create --label bug --label "help wanted" $ gh issue create --assignee monalisa,hubot $ gh issue create --assignee "@me" $ gh issue create --assignee "@copilot" $ gh issue create --project "Roadmap" $ gh issue create --template "Bug Report" $ gh issue create --type Bug $ gh issue create --parent 100 $ gh issue create --parent https://github.com/cli/go-gh/issues/42 $ gh issue create --blocked-by 200,201 --blocking 300 <?><?><?><?><?><?> <?><?><?><?><?><?> (SEE ALSO) gh-issue(1) Sep 2026 GH-ISSUE-CREATE(1)