![]() |
![]()
| ![]() |
![]()
NAMEgh-issue-create - Create a new issue SYNOPSISgh issue create [flags] DESCRIPTIONCreate an issue on GitHub. Adding an issue to projects requires authorization with the project scope. To authorize, run gh auth refresh -s project. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
ALIASESgh issue new 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$ gh issue create --title "I found a bug" --body "Nothing works" $ 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 --project "Roadmap" $ gh issue create --template "Bug Report" SEE ALSOgh-issue(1)
|