Provided by: gh_2.4.0+dfsg1-2_amd64 

NAME
gh-issue-list - List and filter issues in this repository
SYNOPSIS
gh issue list [flags]
OPTIONS
-a, --assignee <string>
Filter by assignee
-A, --author <string>
Filter by author
-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
-l, --label <strings>
Filter by labels
-L, --limit <int>
Maximum number of issues to fetch
--mention <string>
Filter by mention
-m, --milestone <number>
Filter by milestone number or title
-S, --search <query>
Search issues with query
-s, --state <string>
Filter by state: {open|closed|all}
-t, --template <string>
Format JSON output using a Go template
-w, --web
Open the browser to list the issue(s)
OPTIONS INHERITED FROM PARENT COMMANDS
-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
EXAMPLE
$ gh issue list -l "bug" -l "help wanted"
$ gh issue list -A monalisa
$ gh issue list -a "@me"
$ gh issue list --web
$ gh issue list --milestone "The big 1.0"
$ gh issue list --search "error no:assignee sort:created-asc"
SEE ALSO
gh-issue(1)
Mar 2022 GH-ISSUE-LIST(1)