Mike Pountney
Mike Pountney
Is there any update on this? We've hit this issue and were super surprised that the Go SDK was missing this feature. It's pretty key for us understanding how migration...
Apologies folks, I'd completely missed this request for a very useful feature. I'll take a look in the coming days to see if it's possible.
I'm currently in the process of migrating to go-jira.v1 under the hood, in order to fix #52 and enable Jira Cloud support (which is the only way I can test...
Hi joe, thanks for the feedback, and for taking a look at the tool! The issue here is that I’ve not yet ported go-jira-ui to use v1 of go-jira, where...
Thanks for the feedback Cory, will take a look. Someone has just got a PR merged into termui that better manages the removal of handlers, so that's one avenue I...
Hmm, I've not been able to reproduce. Could you try with '-u' as well? I wonder if it's due to an old version of github.com/mikepea/go-jira-ui kicking about in your GOPATH....
Thanks for the feedback and workaround folks. It's been a while since i've picked up this code, as I don't actively use it these days. I'll take a look and...
I've got no idea how to implement this within the constraints of the current code. I guess in it's simplest form it's a grid representation of the issue states for...
You can page down with spacebar, and Ctrl-f. Also page up with Ctrl-b It's easy enough to add the bindings for PgDn and PgUp though. I'll sort that out.
Definitely interested in this as a feature, but I don't have a use-case yet. Fancy chucking together a PR?