Hi, I'm new on Jira things and I created an automation rule which I wanna to transition a story from Status A to Status B when its subtask child makes a transition as well. But it doesn't work and I don't know how to assign this action to issuetype = story, below, my rule configuration:
WHEN: transitioned item
FROM Status A
TO Status B
CONDITION 1: issuetype = subtask (understanding that I'm telling to jira that the transitioned item is a subtask)
AND
CONDITION 2: parent_item.status = Status A
THEN: Do the item transition TO transitioned item.status
So, how can I make sure that the transitioned item is the subtask and the target item is its parent (in this case is a story)?
Hi, I think you might need to add a Branch rule (in purple) to target the Parent. Like so:
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.