trentm / jirash

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

Save a copy of the issue when editing in vim in case of error #24

Closed rgulewich closed 9 years ago

rgulewich commented 9 years ago

I have "createissue_use_editor": true set in my config, so I always edit issues with vim. However, I sometimes mistype the Jira project when creating the issue. I then fill out the (sometimes lengthy) description, only to have jirash throw an exception and not save my description (or print it out).

It would be nice if jirash could either print out what I typed into vim, or save a copy of it somewhere in the case of an error.