Hello,
I'm looking to make an automation role to automatically update some fields, and I've run into an issue. When two date picker custom fields are updated in an Epic, I want the changes to update to the same fields within the associated Stories and story Sub-tasks. I created these as two separate rules, and while the rule to copy the values from Epic to Stories is working, the rule to copy the values from Stories to Sub-tasks is not.
Configuration of rule copying from Epic to Stories
When: Value changes for
Committed Completion Date, Drive to Date
If: Issue Type equals
Epic
For Stories (or other issues in Epic)
Then: Edit issue fields
Committed Completion Date,
Drive to Date
Configuration of rule copying from Stories to Sub-tasks
When: Value changes for
Committed Completion Date, Drive to Date
If: Issue Type equals
Story
For Sub-tasks
Then: Edit issue fields
Committed Completion Date,
Drive to Date
The scope is set to a single project, and in the Then component of the rule is set to copy the values from the Parent Issue. I tried this with the Trigger Issue option as well, with no success. I found that if I manually update the Story, the automation rule does copy the values to the Sub-task, but I’m seeking to have one update to the fields within the Epic transfer over to the Stories and Sub-tasks. The first automation rule is triggering the second, is that where the issue is here?