Hi,
I want to prevent sub task from transition to in progress if parent task is blocked using script runner.
Thanks
Swarna
Hello @Swarna Radha
You can create simple scripted condition on subtask workflow like
issue.getParentObject().getStatus().getName() == "Blocked"
Hi @Mark Markov,
I am not using any status "Blocked" in tasks or subtasks.
I want to prevent sub task from transition to in progress if parent task is blocked
(using link "is blocked by") using script runner.
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.