I'm trying to build an automation rule in Jira software which updates an Epic which only has linked issues under it (using the "is implemented by" link type), and it is not working. I don't know what I am doing wrong. I've followed all the instructions. The automation should look at the linked issues' Sprint Latest values that are linked to the Epic, and then update the "Estimated Completion Date Field Accordingly". It isn't even getting past the branch step.
Why is this happening?
What am I doing wrong?
See the attached screenshots.
Hi @Jason Gonzalez -- Welcome to the Atlassian Community!
Short answer: to update the Epic with the data from those linked work items, you will need to call the REST API to gather the issues first.
First, when using a rule branch, the actions you want to perform need to be inside of the branch. Please note the the area below the branch where actions can be placed. However, this will not help for your scenario as you want to update the Epic, and not the linked issues.
Often, to gather the data from a set of issues, one would use the Lookup Issues action with JQL. However, that will not work in your case because lookups for Data Center do not support the Sprint field yet. Here is the suggestion to improve that feature.
To solve your update of the Epic with data from the linked issues, the rule will need to call the REST API with the Send Web Request action. To learn more about that technique, please see this post: https://community.atlassian.com/forums/Jira-articles/How-Can-I-Sum-Up-Multiple-Issues-into-a-Parent-Number-Field/ba-p/2882712#M16701
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.