.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-issue-create - Create an issue .SH SYNOPSIS .PP \fBglab issue create [flags]\fP .SH DESCRIPTION .PP Create an issue .SH OPTIONS .PP \fB-a\fP, \fB--assignee\fP=[] Assign issue to people by their \fB\fCusernames\fR .PP \fB-c\fP, \fB--confidential\fP[=false] Set an issue to be confidential. (default false) .PP \fB-d\fP, \fB--description\fP="" Supply a description for issue .PP \fB-l\fP, \fB--label\fP=[] Add label by name. Multiple labels should be comma separated .PP \fB--link-type\fP="relates_to" Type for the issue link .PP \fB--linked-issues\fP=[] The IIDs of issues that this issue links to .PP \fB--linked-mr\fP=0 The IID of a merge request in which to resolve all issues .PP \fB-m\fP, \fB--milestone\fP="" The global ID or title of a milestone to assign .PP \fB--no-editor\fP[=false] Don't open editor to enter description. If set to true, uses prompt. (default false) .PP \fB--recover\fP[=false] Save the options to a file if the issue fails to be created. If the file exists, the options will be loaded from the recovery file (EXPERIMENTAL) .PP \fB-e\fP, \fB--time-estimate\fP="" Set time estimate for the issue .PP \fB-s\fP, \fB--time-spent\fP="" Set time spent for the issue .PP \fB-t\fP, \fB--title\fP="" Supply a title for issue .PP \fB--web\fP[=false] continue issue creation with web interface .PP \fB-w\fP, \fB--weight\fP=0 The weight of the issue. Valid values are greater than or equal to 0. .PP \fB-y\fP, \fB--yes\fP[=false] Don't prompt for confirmation to submit the issue .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf glab issue create glab issue new glab issue create -m release-2.0.0 -t "we need this feature" --label important glab issue new -t "Fix CVE-YYYY-XXXX" -l security --linked-mr 123 glab issue create -m release-1.0.1 -t "security fix" --label security --web --recover .fi .RE .SH SEE ALSO .PP \fBglab-issue(1)\fP