Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira smart value for total of incomplete subtasks story point estimates

Nipuna Madushanka
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 5, 2022

I'm trying to automatically update Story Point Estimate of Parent user story with total of incomplete subtasks (Status not in "Done") Story Point Estimates.

I could able to automatically update Story Point Estimate of Parent user story with total of all subtasks (Not considering its status) Story Point Estimates as follows.

Screenshot 2022-10-05 182727.jpg

Used Smart Value :

{
"fields": {
"Story point estimate": {{#=}}{{issue.Story point estimate.join(" + ")}}{{/}}
}
}

As the same Jira automation, I'm searching for a solution to capture total of incomplete subtasks (Status not in "Done") Story Point Estimates.

1 answer

0 votes
Stefan Salzl
Community Champion
October 5, 2022

Hi @Nipuna Madushanka 

regarding your description I assume you are working in a team-managed project.

Furthermore I get the requirement as follows:

- when the field "Story point estimate" of a subtask changes
- then the rule should sum "Story point estimate" of all subtasks within the same parent which are not done
- and populate this sum in the parent´s "Story point estimate" field

If I got that right the following rule should do the work:

image.png

Please let me know if this was helpful and if you have any further questions.

Best
Stefan

Suggest an answer

Log in or Sign up to answer