gh-issue-list - Man Page
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
Referenced By
Jan 2022 GitHub CLI manual