I have created automation script to sum the Original Estimates from the Sub Tasks and update the value into "Original Estimates" field in the Parent User Story
Somehow, its not summing total of original estimate from sub-tasks into the Original estimate field in user story, when I update the original estimate or any other field in sub-task, not sure where I am missing. Can you please help to identify the problem.
I have attached the Automation Rule and the Audit log as well for your reference.
Note: I have read through posts with similar issue and that has helped me to reach what I have done now.
Hi @Krishna P G
Please update your smart value expression to the one for time tracking number values:
{{issue.subtasks.timetracking.originalEstimateSeconds.sum}}
And as you are editing the Original Estimate field of the parent, remember to add the units of measure for seconds to the end:
{{issue.subtasks.timetracking.originalEstimateSeconds.sum}}s
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for the help, it does the magic.
I changed the expression to
{{#=}}{{issue.subtasks.timetracking.originalEstimateSeconds.sum}} / 3600{{/}}h
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.