Control workflow transition depending on related issues statuses

Adolfo Casari
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.
August 21, 2013

Is there any plugin or script that will control whether a workflow transition is allowed depending on the statuses of linked issues?

For instance: Issue X can be resolved only if all of its <name_of_ralation> issues are closed.

Thanks in advance,

1 answer

1 accepted

0 votes
Answer accepted
RambanamP
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.
August 21, 2013

you can do it by using conditon(All dependent issues need to be resolved) in script runner plugin, check this document

https://jamieechlin.atlassian.net/wiki/display/GRV/Conditions

or you can try with following plugin by upgrading/modifying it's source code to latest version

https://code.google.com/p/jira-blockinglinks-condition/

Suggest an answer

Log in or Sign up to answer