Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Edit or update an issue
lab issue edit [remote] <id>[:<comment_id>] [flags]
lab issue edit 14
lab issue edit 14:2065489
lab issue edit 14 -a johndoe --unassign jackdoe
lab issue edit 14 -m "new title"
lab issue edit 14 -m "new title" -m "new desc"
lab issue edit 14 -l new_label --unlabel old_label
lab issue edit --milestone "NewYear"
lab issue edit --force-linebreak
lab issue edit --delete-note 14:2065489
-m, --message stringArray use the given <msg>; multiple -m are concatenated as separate paragraphs
-l, --label strings add the given label(s) to the issue
--unlabel strings remove the given label(s) from the issue
-a, --assign strings add an assignee by username
--unassign strings remove an assignee by username
--milestone string set milestone
--force-linebreak append 2 spaces to the end of each line to force markdown linebreaks
--delete-note delete the given note; must be provided in <issueID>:<noteID> format
-h, --help help for edit
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed