github.com/zaquestion/lab@v0.25.1/docs/lab_issue_create.md (about) 1 ## lab issue create 2 3 Open an issue on GitLab 4 5 ``` 6 lab issue create [remote] [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab issue create 13 lab issue create origin -a johndoe -a janedoe 14 lab issue create origin -l bug 15 lab issue create upstream -m "new issue related to the --help arg" 16 lab issue create upstream --milestone "July" 17 lab issue create upstream --template "API-BUG" 18 ``` 19 20 ### Options 21 22 ``` 23 -a, --assignees strings set assignees by username 24 --force-linebreak append 2 spaces to the end of each line to force markdown linebreaks 25 -h, --help help for create 26 -l, --label strings set the given label(s) on the created issue 27 -m, --message stringArray use the given <msg>; multiple -m are concatenated as separate paragraphs 28 --milestone string set milestone by title 29 -t, --template string use the given issue template (default "default") 30 ``` 31 32 ### Options inherited from parent commands 33 34 ``` 35 --debug Enable debug logging level 36 --no-pager Do not pipe output into a pager 37 --quiet Turn off any sort of logging. Only command output is printed 38 ``` 39 40 ### SEE ALSO 41 42 * [lab issue](lab_issue.md) - Describe, list, and create issues 43 44 ###### Auto generated by spf13/cobra on 27-Jun-2022