I'm trying to figure out an automation to set the epic link on a story by searching for an epic that matches certain fields on the story.
Here is what I have so far:
For each story I want to find an epic that has the same value in field A as the story has in field A, then
Set that epic as the Epic Link on the story
Hi @Jenn Sherman - Here's how I would tackle this one:
"Airtable Link[URL Field]" = {{issue.Airtable Link}} and issueType = Epic
Note - You can also remove the initial condition by adding that JQL to the trigger to save a step and improve processing time.
Yes, and to Mark's answer: Do you expect there to be multiple epics meeting such criteria, and if so what would you do?
If you do not expect this, I recommend a slight change for some insurance...
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.