trentm / jirash

CLI and (light) shell for Jira
Other
79 stars 13 forks source link

extend 'jirash issue comment' with option to edit comment in editor #34

Open trentm opened 4 years ago

trentm commented 4 years ago

This is a start at adding:

  1. Extending jirash issue comment ISSUE FILE with jirash issue comment ISSUE -e to edit a comment in your editor.
  2. Add a jirash comment ... shortcut for jirash issue comment ....

Status: this isn't complete. Currently I'm getting:

$ jirash issue comment TOOLS-2179 -e
jirash issue comment: error: {"errorMessages":["Issue Does Not Exist"],"errors":{}}

which I need to dig into. I'm putting up this patch to not lose current state.