![]() |
![]()
| ![]() |
![]()
NAMEgh-issue-list - List issues in a repository SYNOPSISgh issue list [flags] DESCRIPTIONList issues in a GitHub repository. By default, this only lists open issues. The search query syntax is documented here: ⟨https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests⟩ OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
ALIASESgh issue ls JSON FIELDSassignees, author, body, closed, closedAt, closedByPullRequestsReferences, comments, createdAt, id, isPinned, labels, milestone, number, projectCards, projectItems, reactionGroups, state, stateReason, title, updatedAt, url EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE$ gh issue list --label "bug" --label "help wanted" $ gh issue list --author monalisa $ gh issue list --assignee "@me" $ gh issue list --milestone "The big 1.0" $ gh issue list --search "error no:assignee sort:created-asc" $ gh issue list --state all SEE ALSOgh-issue(1)
|