You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
I am trying to summarise my story points to roll up or add up to the story it is linked to.
For example, my epic is CON-143 Test Client
My story link to this epic is CON-174 Test Story (Parent Issue)
My task link to the story is CON-175 Test (Task Child of parent issue)
I want to add 10 story points to the task here
Then it must update the story points field on my story.
So the child task must update the parent task with the story points I enter on the child task.
Please can someone help?
Hello @Helen
Welcome to the Atlassian Community!
Is the Task a subtask type of issue, so that it is truly a child of the Story, or are you using generic issue linking to make the Task appear to be a child of the Story?
Can you show us an image of a Story issue that has child Tasks, showing us the section of the Story where the child Tasks are linked?
Do they appear under the heading Subtasks or under the heading Linked Issues?
If the Tasks are subtasks, the answer from @Bill Sheboy on this post explains how to sum up a number field from subtasks to their parent issue.
Hello Trudy
Hope you are well.
They are not sub-tasks they are generic issues (linked issues) as per your screen with the second red arrow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you use a unique link relationship between the Story and the "child" Tasks; one that is not used for any other issue linking other than indicating one issue is a "child" of another?
Can a Task have that link relationship with more than one Story?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yea I use a unique field called contract number its a custom field I created. So the story and linked issue will always have the same number.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use a rule like this:
Trigger the rule when the Story Points field changes for a Task.
Lookup all the Task type issues that have he same Contract Number value as the trigger issue.
Create a variable to save the sum of the Story Points field for the found issues.
Branch to issues of type Story that have the same Contract Number value as the trigger issue.
Edit those Story issues to update the Story Points field with the variable you saved previously.
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.
Hello @Helen
Were you able to solve your need with the guidance I provided, or do you need more assistance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy
I must admit I haven't had a chance to implement it yet. I was roped into other projects.
I will make an effort to check this out before the end of next week. I will reach out to you on this conversation if I battle.
Thanks for following up.
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.