Hi there,
We are looking at propagating the value of a Custom field from Initiatives to Epic and then down to Stories every time that field is populated or edited on the Epic.
We use Parent Link to connect Initiative - Epic and Epic link to connect Epic - Stories.
I am looking at using Automations, and currently struggling with the Rule to copy the value from Initiatives to Epics.
We'd then use a second simple Automation (which would be triggered by the first one) to propagate the same value down to the related Stories.
First Automation:
Second automation:
Allow rule trigger
Thanks in advance!
Hi @Luca Calderone,
Your automation rule is missing a branch, which tells it to update the child issues from your triggering issue.
The rule should look somewhat like this:
In the edit issue fields action, select the option copy from trigger issue. I've used assignee in this example, but you can obviously replace that with the custom field you want to sync.
Hope this helps!
Hi @Walter Buggenhoutthank you so much for your prompt response, it worked as expected and it triggered the second automation to pass the value down to the related Stories (connected via Epic Link). I really appreciated your help.
Have a great day and thanks a lot again.
Luca Calderone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes this works great. I will say on my automation, the 'edit issues field' copied the value from the parent issue and this works, but splitting hairs as I trust both work, practically and logically.
By the way, the key for me was doing a branch rule as above: "parent link" = {{issue.key}}
This boils it down to a small number of issues and the automation is lightweight and fast.
nice solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.