I have story points on subtasks that automatically refresh totally up to the parent ticket.
If I move a subtask, the story points do not deduct from the old parent and do not update the new parent ticket's story points. Is there a way to automatically refresh the story points?
Background: We are trying to count story points for bugs in each sprint. We want a task to have 40 story points a sprint. Every time a new bug is raised, we want to move the subtask to a new bug and count the points on that bug. This way, the story points should deduct from the tasks and we are not adding more story points to the sprint.
Example:
Original Story Points Summed Up from Subtasks:
----- Move subtask (More --> Move --> update new parent ticket #)
Actual Result:
Expected Result:
Welcome to the Atlassian Community!
Summing story points up from sub-tasks is not something Jira does natively (because you don't put sprint estimates like story points on sub-tasks), so when you say "I have story points on subtasks that automatically refresh totally up to the parent ticket.", you or your admins have added something to do it.
You can do the same to cover your need to subtract and add - either create a listener that can pick up the change of parent, or an automation which can subtract from the original and add to the new parent.
I have the same automation for summ of original estimation for epic and story from child tasks. But I cannot understand how I can refreash old parent after movement subtask from one story to next. I write automatization for refresh new parent, but dont know how to refresh old parent, please help me :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are several ways to do that...and one way is to:
For example, you could detect the parent change for the subtask and then update the parent. The trigger for this approach would be Issue Updated followed by an Advanced Compare Condition to detect the parent changed for a subtask issue type.
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 @Oksana Baier I have a slightly different issue compared to yours. Mine could refresh the old parent, but the new parent cannot be restored to the new calculation.
For refreshing the old parent, you can create the automation like this below picture.
If you don't mind, could you share how I can refresh story point in the new parent?
Warm Regards,
Ryan
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.