GH-ISSUE-CREATE(1) | GitHub CLI manual | GH-ISSUE-CREATE(1) |
gh-issue-create - Create a new issue
gh issue create [flags]
Create an issue on GitHub.
Adding an issue to projects requires authorization with the project scope. To authorize, run gh auth refresh -s project.
$ 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(1)
Nov 2024 |