Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of possible transitions #68

Closed
vaesbart opened this issue Feb 18, 2015 · 5 comments
Closed

List of possible transitions #68

vaesbart opened this issue Feb 18, 2015 · 5 comments

Comments

@vaesbart
Copy link

First of all : thank you for creating this awesome project !

I was trying out some things today, with our Jira install (v6.3.6a).
For example issue transistion; is it possible to get a list of available transitions for a given issue in a given state ?

For example :

for(Issue i : issues){
   logger.debug(String.format("Jira back To Do: %s", i));

   //Possible transitions ?
   final Issue.FluentTransition transition = i.transition();

   i.transition().execute("Stop Progress");
   i.refresh();
}

TIA
Bart.

@vaesbart
Copy link
Author

Any info if this feature request is even being considered ?

@bobcarroll
Copy link
Owner

Yes, I think that's a reasonable request. Unfortunately I don't have a lot of time to work on this project. You're welcome to fork, make changes, and submit a pull request. Otherwise I do plan to spend some time soon working through the open issues.

chaplinkyle pushed a commit to chaplinkyle/jira-client that referenced this issue Mar 13, 2015
@chaplinkyle
Copy link
Contributor

I'll be submitting a pull request for this soon.

chaplinkyle pushed a commit to chaplinkyle/jira-client that referenced this issue Mar 16, 2015
chaplinkyle pushed a commit to chaplinkyle/jira-client that referenced this issue Mar 16, 2015
@vaesbart
Copy link
Author

Thanks for the implementation :)

bobcarroll added a commit that referenced this issue Mar 25, 2015
List of possible transitions #68
@bobcarroll
Copy link
Owner

fixed in #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants