Hello everyone
I wanted to create an automation that would roll up sum of filed original estimate field from all the subtask to story and the problem is that it don't sum up the original estimate to me properly
for example
i enter 1m to original estimate in subtask
This is the set automation i used but i tried also
{{issue.subtasks.Original Estimate.sum}}
{{#=}}{{issue.subtasks.remaining estimate.sum}} / 60{{/}}
{{#=}}{{issue.subtasks.remaining estimate.sum}} / 3600{{/}}
Can you see in red the result the original estimate in story is to 1h
and if i try 2m in subtask is change the ordinal estimate in story to 2w
there is no mathematical logic in numbers either
Thanks
Hi @Lior
I found this rule works...
---
A few notes...
---
Let us know if this works!
Ste
the function work , but the amount in original estimate on story it's not correct
i wrote in sub task 1h and in story i get 2w
and this is the automation rolls
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lior
Was Original Estimate NULL at the time at parent-level?
If yes, are their estimate values in any of the other Sub-tasks?
---
Also, what's your default time unit?
To check this you'll need to be a Jira Product Admin, and then...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lior
Perhaps test it on a clean set of data - i.e no estimates populated at all, and see if it still defaults to 2w?
And ensure...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, glad it now works :) - there must have been some data in the original test issues causing the 2w value.
If this answer helped to solve your query, could you accept it? That helps others who find this question in future know it could help them too :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lior
Welcome to our Community.
Please use
{{#=}}{{issue.subtasks.original estimate.sum}} / 60{{/}}
to edit the Original Estimate field value.
Hope it helps.
Thanks,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for the answer
but it's seems like the same problem ( i tried with 60 & 3600)
I put 1H in original estimate on sub-task
and the automation did in original estimate in story sum amount by 2W
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if you wanted to do this for stories and epics?
Would the original estimate field turn into:
{{#=}}{{issue.stories.original estimate.sum}} / 60{{/}}
I tried it, but it didn't work.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.