In my current project I just created an automation where a created story auto creates two tasks. I now need to auto update Due date on those tasks or any linked issues for that matter when the Due date changes on the trigger story.
I have been looking at posts and current automation rules found online but I can't seem to find one that actually fits this scenario. When creating the rule "When: Value changes for Due date" I am not finding a way to say only when the Due date of a story changes. In this scenario, a lead creates a story and linked teams get their tasks automatically populated. However, as oftentimes the scenario goes, the lead changes the Due date on the story and the linked teams are not aware of this and don't want to have to manually update all the tasks.
Anyone up for this challenge? I am sure it is simple, I'm just not able to see the forest through the trees.
Thanks everyone.
Hi @Donna Benton
have you tried these? Solved: Auto alignment due date between linked tasks (atlassian.com)
Hi @Curt Holley yes, I have but I need something specific to only the story Due date being edited. If the trigger for update is only that the Due date changes on linked issues then I will be getting edits from the tasks to the story. It is the story that dictates the tasks Due date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Donna Benton !
Could you implement like @Curt Holley suggested above, but after the Trigger add an "Issue Fields Condition" like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to Curt's answer...
After the trigger, you could add a condition on issue type, and only proceed if it is a Story.
Kind regards,
Bill
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.