.nh .TH "glab" "1" "Jun 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-issue-list - List project issues. .SH SYNOPSIS \fBglab issue list [flags]\fP .SH DESCRIPTION List project issues. .SH OPTIONS \fB-A\fP, \fB--all\fP[=false] Get all issues. .PP \fB-a\fP, \fB--assignee\fP="" Filter issue by assignee \&. .PP \fB--author\fP="" Filter issue by author \&. .PP \fB-c\fP, \fB--closed\fP[=false] Get only closed issues. .PP \fB-C\fP, \fB--confidential\fP[=false] Filter by confidential issues. .PP \fB-e\fP, \fB--epic\fP=0 List issues belonging to a given epic (requires --group, no pagination support). .PP \fB-g\fP, \fB--group\fP="" Select a group or subgroup. Ignored if a repo argument is set. .PP \fB--in\fP="title,description" search in: title, description. .PP \fB-t\fP, \fB--issue-type\fP="" Filter issue by its type. Options: issue, incident, test_case. .PP \fB-i\fP, \fB--iteration\fP=0 Filter issue by iteration \&. .PP \fB-l\fP, \fB--label\fP=[] Filter issue by label \&. .PP \fB-m\fP, \fB--milestone\fP="" Filter issue by milestone \&. .PP \fB--not-assignee\fP="" Filter issue by not being assigned to \&. .PP \fB--not-author\fP="" Filter issue by not being by author(s) \&. .PP \fB--not-label\fP=[] Filter issue by lack of label \&. .PP \fB-O\fP, \fB--output\fP="text" Options: 'text' or 'json'. .PP \fB-F\fP, \fB--output-format\fP="details" Options: 'details', 'ids', 'urls'. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .PP \fB--search\fP="" Search in the fields defined by '--in'. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX $ glab issue list --all $ glab issue ls --all $ glab issue list --assignee=@me $ glab issue list --milestone release-2.0.0 --opened .EE .SH SEE ALSO \fBglab-issue(1)\fP