DOKK / manpages / debian 13 / gh / gh-issue.1.en
GH-ISSUE(1) GitHub CLI manual GH-ISSUE(1)

gh-issue - Manage issues

gh issue <command> [flags]

Work with GitHub issues.

gh_issue_create(1)">">gh-issue-create(1)
Create a new issue

gh_issue_list(1)">">gh-issue-list(1)
List issues in a repository

gh_issue_status(1)">">gh-issue-status(1)
Show status of relevant issues

gh_issue_close(1)">">gh-issue-close(1)
Close issue

gh_issue_comment(1)">">gh-issue-comment(1)
Add a comment to an issue

gh_issue_delete(1)">">gh-issue-delete(1)
Delete issue

gh_issue_develop(1)">">gh-issue-develop(1)
Manage linked branches for an issue

gh_issue_edit(1)">">gh-issue-edit(1)
Edit issues

gh_issue_lock(1)">">gh-issue-lock(1)
Lock issue conversation

gh_issue_pin(1)">">gh-issue-pin(1)
Pin a issue

gh_issue_reopen(1)">">gh-issue-reopen(1)
Reopen issue

gh_issue_transfer(1)">">gh-issue-transfer(1)
Transfer issue to another repository

gh_issue_unlock(1)">">gh-issue-unlock(1)
Unlock issue conversation

gh_issue_unpin(1)">">gh-issue-unpin(1)
Unpin a issue

gh_issue_view(1)">">gh-issue-view(1)
View an issue

Select another repository using the [HOST/]OWNER/REPO format

$ gh issue list
$ gh issue create --label bug
$ gh issue view 123 --web

gh(1)

Jan 2025