Auto transition depending on versions release date

Elke Perner February 13, 2013

Hello everybody,

I need your help.

Is it possible anyway to check the versions release date (if is set or not) and depending on that to make an autotransition in the workflow?

Does an plugin exist for that or what can I do, to make it?

Best Regards

Elke

1 answer

1 accepted

0 votes
Answer accepted
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2013

You can of course make a plugin. May be a service, which uses VersionManager, then scans all issues which are in those versions (optimize the JQL query by excluding issues which are already in the destination status) and then transitionining the issues.

http://docs.atlassian.com/jira/latest/com/atlassian/jira/project/version/VersionManager.html

Elke Perner February 19, 2013

thank you,

do you have an example for such a script? I don't know how to make a groovy script.

JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 19, 2013

Suggest an answer

Log in or Sign up to answer