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

NAME

6       glab-incident-list - List project incidents
7
8
9

SYNOPSIS

11       glab incident list [flags]
12
13
14

DESCRIPTION

16       List project incidents
17
18
19

OPTIONS

21       -A, --all[=false]      Get all incidents
22
23
24       -a, --assignee=""      Filter incident by assignee
25
26
27       --author=""      Filter incident by author
28
29
30       -c, --closed[=false]      Get only closed incidents
31
32
33       -C, --confidential[=false]      Filter by confidential incidents
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       -l, --label=[]      Filter incident by label
44
45
46       -m, --milestone=""      Filter incident by milestone
47
48
49       --not-assignee=[]      Filter incident by not being assigneed to
50
51
52       --not-author=[]      Filter by not being by author(s)
53
54
55       --not-label=[]      Filter incident by lack of label
56
57
58       -F, --output-format="details"      One of 'details', 'ids', or 'urls'
59
60
61       -p, --page=1      Page number
62
63
64       -P, --per-page=30      Number of items to list per page.
65
66
67       -R, --repo=""      Select another repository using  the  OWNER/REPO  or
68       GROUP/NAMESPACE/REPO format or full URL or git URL
69
70
71       --search=""      Search  in the fields defined by --in
72
73
74

OPTIONS INHERITED FROM PARENT COMMANDS

76       --help[=false]      Show help for command
77
78
79

EXAMPLE

81       glab incident list --all
82       glab incident ls --all
83       glab incident list --assignee=@me
84       glab incident list --milestone release-2.0.0 --opened
85
86
87
88
89

SEE ALSO

91       glab-incident(1)
92
93
94
95Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum