Hello Team,
Suppose, I have an issue(P1) having 3 linked issues(relates to) issues(C1,C2,C3). What I need is for P1 to only transition from "In Progress" to "Done" when all the other issues(C1, C2, C3) are in "In Progress".
If even one of them is not in "In Progress", P1 must not allow anyone to transition to "Done" status.
Can this be done using script runner or is there any other approach which I am not getting?
Thank in advance.
Danish Hussain
Hello everyone,
I tried to approach the following by the use of Automation.
We only require to add 1 'Related issues condition' with condition 'All match specified JQL' and then provided the JQL as "status = 'your_status'".
Thanks,
Danish Hussain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.