Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.02 KB

lab_issue_edit.md

File metadata and controls

38 lines (27 loc) · 1.02 KB

lab issue edit

Edit or update an issue

Synopsis

Edit or update an issue

lab issue edit [remote] <id> [flags]

Examples

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

Options

  -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

SEE ALSO

  • lab issue - Describe, list, and create issues
Auto generated by spf13/cobra on 18-Dec-2019