Is there a native way to prevent an issue transition based on linked issue status?
I need to block the issue based on the linked issues status!
E.g: Issue only can be transitioned if linked issue is on DONE status.
The default Jira can only block the transition if you have enabled the condition Sub-task Block condition. If you want to do it based on linked issues you would need an app like Scriptrunner which extends the conditions that you can add. There are other apps in the Marketplace that can do this so have a look there and see what you find.
An alternative would be to use automation, it would prevent you from transition the issue but you can add a check that moves the issue back to the previous status if there is a linked issue that should block the transition. As part of that automation you could add a comment to the issue and explain why the issue was transitioned back.
Huge thanks for the tips @Mikael Sandberg !
I'll take a look into the marketplace apps and will try the automation!
Later I come back to tell if this worked
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.