We have Automation Stories that are created under the Generic Automation Epic, and these stories are linked to their relative Feature Epics through 'relates to' linking method. i want the field 'Automation Completion Date' in the stories needs to be copied to the field 'Automation Completion Date' field in the linked Feature Epic.
Hi @Asifa Azad (CW) ,
Based on my understanding, you want automation to copy the story date fields to all related to linked Epic issue. Here's my sample automation to achieve this in automation.
Trigger: Field value changed - Automation Completion Date
Condition: Issue fields condition - Issuetype - equals Story
Branch: Branch rule / related issues - Linked Issues - relates to
Condition: Issue fields condition - Issue Type equals Epic
Action: Edit issue - Automation Completion Date - (...) - Copy - then Trigger Issue
Note: In the sample screenshot the field I use is the due date (use Automation Completion Date instead)
This automation will be triggered when the Automation Completion Date value change, it will check all the "relates to" Epic issue type and copy the date field.
Hope it helps.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.