.nh .TH "GH-ISSUE-LIST" "1" "Oct 2022" "" "GitHub CLI manual" .SH NAME .PP gh-issue-list - List issues in a repository .SH SYNOPSIS .PP \fB\fCgh issue list [flags]\fR .SH DESCRIPTION .PP List issues in a GitHub repository. .PP The search query syntax is documented here: https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests \[la]https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests\[ra] .SH OPTIONS .TP \fB\fC--app\fR \fB\fC\fR Filter by GitHub App author .TP \fB\fC-a\fR, \fB\fC--assignee\fR \fB\fC\fR Filter by assignee .TP \fB\fC-A\fR, \fB\fC--author\fR \fB\fC\fR Filter by author .TP \fB\fC-q\fR, \fB\fC--jq\fR \fB\fC\fR Filter JSON output using a jq expression .TP \fB\fC--json\fR \fB\fC\fR Output JSON with the specified fields .TP \fB\fC-l\fR, \fB\fC--label\fR \fB\fC\fR Filter by label .TP \fB\fC-L\fR, \fB\fC--limit\fR \fB\fC\fR Maximum number of issues to fetch .TP \fB\fC--mention\fR \fB\fC\fR Filter by mention .TP \fB\fC-m\fR, \fB\fC--milestone\fR \fB\fC\fR Filter by milestone number or title .TP \fB\fC-S\fR, \fB\fC--search\fR \fB\fC\fR Search issues with query .TP \fB\fC-s\fR, \fB\fC--state\fR \fB\fC\fR Filter by state: {open|closed|all} .TP \fB\fC-t\fR, \fB\fC--template\fR \fB\fC\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB\fC-w\fR, \fB\fC--web\fR List issues in the web browser .SH OPTIONS INHERITED FROM PARENT COMMANDS .TP \fB\fC-R\fR, \fB\fC--repo\fR \fB\fC<[HOST/]OWNER/REPO>\fR Select another repository using the [HOST/]OWNER/REPO format .SH EXAMPLE .PP .RS .nf $ 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" .fi .RE .SH SEE ALSO .PP \fB\fCgh-issue(1)\fR