You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'E' edits the current ticket on both List and Show pages (basically where we
have an obvious ticketId available)
This fixes#2, but opens #8 - CmdEdit() requires that we close down
termui, as it needs control of the keyboard (fine).
However, I've not yet found a way of implementing this so that we can
subsequently re-enter the termui control. Meh. Hence #8.
Same problemw will happen with all editor based operations, #8 covers them.
This fixes#9, though still suffering from #8.
I'm not particularly happy here though, the edit interface provided lacks context: it simply
is a raw YAML 'body: |' prompt in $EDITOR. Not very friendly.
Unfortunately, the data is just not available to the 'comment' template to put a reference
to the ticket id and summary into place, so I think this requires a PR to go-jira :(
I'm not sure why yet, but I can't seem to get go-jira editor operations (eg 'edit', 'comment') to return successfully to the termui interface.
A workaround is to simply exit after the operation, which is awful but better than hanging the UI.
Logging this ticket to track progress on fixing it.
The text was updated successfully, but these errors were encountered: