gh issue create

Create GitHub issues on a repository. More information: https://cli.github.com/manual/gh_issue_create.

gh issue create

gh issue create --label "bug"

gh issue create --assignee user1,user2,...

gh issue create --title "title" --body "body" --assignee "@me"

gh issue create --body-file path/to/file

gh issue create --web

gh issue create --help