GitHub CLI
Issues Commands
Track and manage issues from the command line. Learn to create, update, search, and close issues with labels, assignees, and milestones.
9 commands
Pro Tips
Use 'gh issue list -l bug -s open' to filter issues by label and state.
Create issues from templates with 'gh issue create --template bug_report.md'.
Link PRs to issues: including 'Fixes #123' in PR description auto-closes the issue on merge.
Common Mistakes
Closing an issue doesn't delete it. Use issue locking for spam or resolved disputes.