Auto-transition an linked issue

Ana Vier April 9, 2014

I need that when a issue of the project A change its status, all the issues of the project B that are linked to the issue of project A automatically change its status. How can I do this?

3 answers

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 9, 2014

You'll need to code for that, and it's quite complex.

The issues in B could be in any status and you'll need to decide what transitions to push them through for every possible status in the workflows that project B is using.

Ana Vier April 9, 2014

Actually the status is not a problem, because the issues will always be in the status needed. That happens because of others controls that I have in my workflow. So I need to execute an specific transition.

0 votes
Christian Czaia _Decadis AG_
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.
April 9, 2014

Nic is right. I'd go for Jamie's Script runner add-on since it provides the ability to script post-functions:

https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner<br< a="">>https://jamieechlin.atlassian.net/wiki/display/GRV/Script+Runner

Cheers, Christian

0 votes
Ana Vier April 9, 2014

Actually the status is not a problem, because the issues will always be in the status needed. That happens because of others controls that I have at my workflow. So I need to execute an specified transition.

Suggest an answer

Log in or Sign up to answer