GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GH-ISSUE-CREATE(1) GitHub CLI manual GH-ISSUE-CREATE(1)

gh-issue-create - Create a new issue

gh issue create [flags]

-a, --assignee <login>
Assign people by their login. Use "@me" to self-assign.

-b, --body <string>
Supply a body. Will prompt for one otherwise.

-F, --body-file <file>
Read body text from file (use "-" to read from standard input)

-l, --label <name>
Add labels by name

-m, --milestone <name>
Add the issue to a milestone by name

-p, --project <name>
Add the issue to projects by name

--recover <string>
Recover input from a failed run of create

-t, --title <string>
Supply a title. Will prompt for one otherwise.

-w, --web
Open the browser to create an issue

-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format

$ 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)
May 2022

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.