Hello,
I am trying to use a simple JQL Lookup Issues in JIRA Automation:
Assignee = {{issue.assignee}} and resolved < -60d
And then sum up all of the actual story points within the Actual Story Point field.
I'm able to get this to work with Story Points, but somehow I can't for Actual Story Point....
{{lookupIssues.Actual Story Point.sum}}
It always returns 0 despite the issues queried having values.
Please help, I have tried so many different ways and I don't understand why I can perform this function on Story Points but not Actual Story Point.
Hi @Erik Funkhouser,
This is because the available issue properties do not include the Actual Story Points field. Please refer to Automation actions - Lookup issues.
I hope that this helps.
Thanks,
Moga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.