Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.
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.
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:
Please let me know if this was helpful and if you have any further questions.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.