Edit or update an issue
Edit or update an issue
lab issue edit [remote] <id> [flags]
lab issue edit <id> # update issue via $EDITOR
lab issue update <id> # same as above
lab issue edit <id> -m "new title" # update title
lab issue edit <id> -m "new title" -m "new desc" # update title & description
lab issue edit <id> -l newlabel --unlabel oldlabel # relabel issue
-a, --assign strings Add an assignee by username
-h, --help help for edit
-l, --label strings Add the given label(s) to the issue
-m, --message strings Use the given <msg>; multiple -m are concatenated as separate paragraphs
--unassign strings Remove an assigne by username
--unlabel strings Remove the given label(s) from the issue
- lab issue - Describe, list, and create issues