Hello,
need some help for something that I don t find in the various help.
I want to prevent sub-tasks performing some transitions as long as the parent issue is in a defined state.
Example: Parent Task in in Backlog, subtask too. As long as Parent Task is not in state ToDo, subtasks cannot pass the transition to ToDo (or any further).
Any scripted code, or plugin available for this?
Conditioned validator can be added to the transition. It can be used to specify various regex conditions using Substitution variables and prevent the transion if the conditions are not met. An error message for the user can also be constructed with substitution variables. This is a general validator that requires some regex knowledge (How to use pattern matching conditioning). You could also write a specific validator script using Script runner. There are a few other validator plugins as well that cover some cases.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.