lab icon indicating copy to clipboard operation
lab copied to clipboard

Add feature to add and edit notes of an issue

Open cgb opened this issue 4 years ago • 0 comments

GitLab API supports creating new notes (CreateIssueNote), and updating existing notes (UpdateIssueNote).

It would be great to be able to do:

  • lab issue X note -e (create a new note)
  • lab issue X note Y -e (edit a note with id 'Y')

cgb avatar Oct 16 '19 12:10 cgb