Hi Community,
is it possible?
In the specific case, it means that we want to block the workflow of the subtask until the value is entered in the field in the main ticket. Only when any value is entered in that field can the subtask be transferred to the next status, in our case "done".
Best regards
You can use a Scripted Validator with a script like:
!issue.parentObject || issue.parentObject.get("required field name or id") != null
@David Fischer thx mate, like always the best one.
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.