bobcarroll / jira-client

A simple JIRA REST client for Java
Other
473 stars 379 forks source link

How can I get all allowed transition of the issue? #235

Closed tavisdxh closed 6 years ago

tavisdxh commented 6 years ago

Hi guys, I'm new user of jira-client. I have trouble in getting allowed transition of the issue?Our jira have custom our own work-flow. For example, the issue's status is "testing", it's only allowed to this two operations("reject","finish_test"). I don't know how to get these allowed transitions? Thank you for your time,I appreciate it very much!

tavisdxh commented 6 years ago

Sorry, guys. My mistake. I use maven https://mvnrepository.com/artifact/net.rcarz/jira-client, finally found the code is very old, not update yet. After I cloned github master code, it works!

tavisdxh commented 6 years ago

@rcarz hi, my friend, would you update your maven repository please?