1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-issue-list - List project issues
7
8
9

SYNOPSIS

11       glab issue list [flags]
12
13
14

DESCRIPTION

16       List project issues
17
18
19

OPTIONS

21       -A, --all[=false]      Get all issues
22
23
24       -a, --assignee=""      Filter issue by assignee
25
26
27       --author=""      Filter issue by author
28
29
30       -c, --closed[=false]      Get only closed issues
31
32
33       -C, --confidential[=false]      Filter by confidential issues
34
35
36       -g,  --group=""      Select a group/subgroup. This option is ignored if
37       a repo argument is set.
38
39
40       --in="title,description"      search in {title|description}
41
42
43       -t,  --issue-type=""       Filter  issue  by  its   type   {issue|inci‐
44       dent|test_case}
45
46
47       -l, --label=[]      Filter issue by label
48
49
50       -m, --milestone=""      Filter issue by milestone
51
52
53       --not-assignee=[]      Filter issue by not being assigneed to
54
55
56       --not-author=[]      Filter by not being by author(s)
57
58
59       --not-label=[]      Filter issue by lack of label
60
61
62       -F, --output-format="details"      One of 'details', 'ids', or 'urls'
63
64
65       -p, --page=1      Page number
66
67
68       -P, --per-page=30      Number of items to list per page.
69
70
71       -R,  --repo=""       Select  another repository using the OWNER/REPO or
72       GROUP/NAMESPACE/REPO format or full URL or git URL
73
74
75       --search=""      Search  in the fields defined by --in
76
77
78

OPTIONS INHERITED FROM PARENT COMMANDS

80       --help[=false]      Show help for command
81
82
83

EXAMPLE

85       glab issue list --all
86       glab issue ls --all
87       glab issue list --assignee=@me
88       glab issue list --milestone release-2.0.0 --opened
89
90
91
92
93

SEE ALSO

95       glab-issue(1)
96
97
98
99Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum