gh issue list --search 'is:open label:bug' --limit 30

Category: GitHub CLI

gh issue list --search 'is:open label:bug' --limit 30

Search open bug issues with a query

--search runs full issue search syntax, here matching open issues labeled bug. Search supports qualifiers label:, assignee:, milestone:, and sort:. --limit caps output at 30. Filtering this way beats stacking many --label flags.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.