-a, --assignee=[] Assign issue to people by their usernames.
-c, --confidential[=false] Set an issue to be confidential. Default: false.
-d, --description="" Issue description.
--due-date="" A date in 'YYYY-MM-DD' format.
--epic=0 ID of the epic to add the issue to.
-l, --label=[] Add label by name. Multiple labels should be comma-separated.
--link-type="relates_to" Type for the issue link
--linked-issues=[] The IIDs of issues that this issue links to.
--linked-mr=0 The IID of a merge request in which to resolve all issues.
-m, --milestone="" The global ID or title of a milestone to assign.
--no-editor[=false] Don't open editor to enter a description. If set to true, uses prompt. Default:
false.
--recover[=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.)
-e, --time-estimate="" Set time estimate for the issue.
-s, --time-spent="" Set time spent for the issue.
-t, --title="" Issue title.
--web[=false] Continue issue creation with web interface.
-w, --weight=0 Issue weight. Valid values are greater than or equal to 0.
-y, --yes[=false] Don't prompt for confirmation to submit the issue.