Hello, I'm trying to set up an automation for my project, so that when I put a subtask 'in progress', its story and corresponding epic also have the status 'in progress'. my automation is like the image below, but it only changes the story, the epic is only changed when I change the story card on the board. Could anyone help me fix this automation?
Hi @Fernando Jordi de Lima Bueno -- Welcome to the Atlassian Community!
Remember that a subtask's parent is the story, and the story's parent is the epic.
When your rule uses the branch on Epic (parent) it is trying to reference the subtask, which is not correct. Instead please try using a JQL branch to update the epic, perhaps with JQL like this:
issueType = Epic and key = {{triggerIssue.parent.Epic link}}
Kind regards,
Bill
Hey, I implemented it the way you advised and it worked fine here. Thank you very much Bill, you helped me a lot!
Kind Regards,
Fernando
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
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.