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

NAME

6       glab-issue-create - Create an issue
7
8
9

SYNOPSIS

11       glab issue create [flags]
12
13
14

DESCRIPTION

16       Create an issue
17
18
19

OPTIONS

21       -a, --assignee=[]      Assign issue to people by their usernames
22
23
24       -c,  --confidential[=false]       Set an issue to be confidential. (de‐
25       fault false)
26
27
28       -d, --description=""      Supply a description for issue
29
30
31       -l, --label=[]      Add label by name. Multiple labels should be  comma
32       separated
33
34
35       --link-type="relates_to"      Type for the issue link
36
37
38       --linked-issues=[]      The IIDs of issues that this issue links to
39
40
41       --linked-mr=0       The  IID of a merge request in which to resolve all
42       issues
43
44
45       -m, --milestone=""      The global ID or title of a milestone to assign
46
47
48       --no-editor[=false]      Don't open editor to enter description. If set
49       to true, uses prompt. (default false)
50
51
52       --recover[=false]      Save the options to a file if the issue fails to
53       be created. If the file exists, the options will be loaded from the re‐
54       covery file (EXPERIMENTAL)
55
56
57       -e, --time-estimate=""      Set time estimate for the issue
58
59
60       -s, --time-spent=""      Set time spent for the issue
61
62
63       -t, --title=""      Supply a title for issue
64
65
66       --web[=false]      continue issue creation with web interface
67
68
69       -w,  --weight=0       The weight of the issue. Valid values are greater
70       than or equal to 0.
71
72
73       -y, --yes[=false]      Don't prompt for confirmation to submit the  is‐
74       sue
75
76
77

OPTIONS INHERITED FROM PARENT COMMANDS

79       --help[=false]      Show help for command
80
81
82       -R,  --repo=""       Select  another repository using the OWNER/REPO or
83       GROUP/NAMESPACE/REPO format or full URL or git URL
84
85
86

EXAMPLE

88       glab issue create
89       glab issue new
90       glab issue create -m release-2.0.0 -t "we need this feature" --label important
91       glab issue new -t "Fix CVE-YYYY-XXXX" -l security --linked-mr 123
92       glab issue create -m release-1.0.1 -t "security fix" --label security --web --recover
93
94
95
96
97

SEE ALSO

99       glab-issue(1)
100
101
102
103Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum