mikepea / go-jira-ui

Interactive JIRA cli tool, based around go-jira and termui
Apache License 2.0
244 stars 26 forks source link

Changing state/status of tickets #47

Open Zebrazilla opened 6 years ago

Zebrazilla commented 6 years ago

I'm missing a way to updated status of a ticket directly from go-jira-ui, unless I am missing something. Perhaps command :status could be added to change a ticket when viewing it?

Zebrazilla commented 6 years ago

I see there exists :transition for go-jira for this which could probably be implemented in the ui. There's also the quick and nice commands such as :todo, :in-progress, :backlog, :done that could be great to have.

aristella commented 5 years ago

This is the most important missing feature. Perhaps we could change ticket status by editing the ticket but I'm not sure how to do it.

mikepea commented 5 years ago

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.

themysteq commented 5 years ago

Any update at this subject? Maybe we can help you in some way and propose pull requests?

mikepea commented 5 years ago

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 at the moment also)

I'm happy to take PRs on the current master branch, but won't have time to address this myself until the migration is complete. There's quite a lot of differences between go-jira.v0 and go-jira.v1 unfortunately.