when a subtask do a transition
Moving from backlog /open to inprogress
If
it is an open sprint
If the parent task is in (backlog/open)
Than move the parent task to (Inprogress)
Else
If the parent task is in (open)
then move the parent task to ( Inprogress)
Hi Team,
PFA automation rule.it audit log it is now showing the status expect "Configuration change"
Please help
Thanks,
Anil
Hi @Arnav,
Your conditions are in the wrong place in the rule. The should come before the For Parent branch. So:
(your initial trigger already implies that the sub-task you start from is in progress, so no additional validation of statuses would be needed)
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.