Hello,
Using Automation, I would like sub-tasks to be transitioned along with the parent task (which is fairly easy) but I would like this update to be only performed on sub-tasks for which status match that of the parent task before transition.
To simplify what I need :
Task is transitioned from Status A to B.
-> Subtasks in Status A are also transitioned to Status B. All other subtasks in status B to Z remain unchanged.
I tried resolving this by adding a compare condition in which I check if {{#changelog.issue.parent.fields.status}}{{fromString}}{{/}} equals {{issue.fields.status}} but the rule sends a no match in the audit log everytime.
Have you any idea on how I could manage that ?
Thanks in advance.
Hi,
Did you ever get an answer to this, I am trying to do something similar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.