Using Jira Automation, I would like to sum Story Points on all Tasks linked to a Story with link type = "split to", then update the Story Points on the Story with that summed total. I cant seem to get a smart value to work. Ive tried variations for example {{issue.task.Story Points.sum}} but all fail to update the Story.
Here is my automation
When: Value changes for
- Story Points
Issue Type equals
- Task
For: Linked issues (Branch)
-Types: split from
If: Linked issues present
-Types: split to
Then: Edit issue fields
- Story Points (smart value - {{issue.task.Story Points.sum}} )
Hi @Evan Turner
This should work...
---
A few notes...
---
Let us know if this works for you!
Ste
Hi @Ste Wright
What is the purpose of the Re-fetch Issue action in your rule example? Thanks!
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.
Hi @Bill Sheboy
It's probably not needed - it was a "just in case" re-fetch to ensure the rule stayed in order :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much @Ste Wright that worked great.
Is it possible to also modify this to sum all story points on Requirements (children) to the Epic (parent) too?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Evan Turner
That would likely be a second rule - but this should work:
---
A few notes on this rule:
---
Let us know what you think!
Ste
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Darby Kim -- Welcome to the Atlassian Community!
As this is an older thread, please create a new question, and perhaps link back to this one. That will ensure the maximum number of community members see it to offer suggestions.
When you post your question, please include:
Those will provide context for the community to offer ideas. Thanks!
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.