Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Last active October 26, 2022 06:49
Show Gist options
  • Save khaliqgant/64248c4913bd7e25056f28c32061b03b to your computer and use it in GitHub Desktop.
Save khaliqgant/64248c4913bd7e25056f28c32061b03b to your computer and use it in GitHub Desktop.
[Github CLI Create Issue] Create An Issue Using The Github CLI #github #cli
gh issue create --title "My new issue" --body "Here are more details." --assignee @khaliqgant --project "Web Development Sprint"
# the cli only supports classic projects for now: https://github.com/cli/cli/issues/4547
# docs: https://cli.github.com/manual/gh_issue_create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment