In company managed project, running this automation to sum all story points in an epic/parent to show the total on the epic/parent. Getting this error.
It runs pretty consistently but getting this error on some.
Not sure what it means or if there's some field missing or what. Would think if it's missing a field everything in that project would fail but it doesn't. Right now I only have one project that fails every time. Oh and when the rule fails, it changes the story points field value in the epic/parent to "None" even if there was previously a number value in it.
Well just figured it out for myself. You must make sure the Epic Name field is populated in the Epic/Parent where the total points are posting to. Once you populate that field, the automation runs successfully. Also, if you have more than one epic with the same name it will find all the issues with that epic name and add all the points up into the story points field even if from different projects.
Please note the Epic Name and Epic Link field are essentially sunset now in Jira. The Summary and Parent fields are used instead.
I recommend updating your JQL for the lookup issues action inside of the branch to use
parent = {{issue.key}} rather than "Epic Link" = "{{issue.Epic Name}}"
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.
Yes I saw they were going away. I will try the above change. Thanks!
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.