This was previously working using the following calculation but now it seems to have stopped working properly for some reason :(
{{#=}}{{issue.subtasks.original estimate.sum}} / 3600{{/}}
Here's the entire rule:
For reference: the Issue Types used above are all sub-tasks.
The rule is actioned as a SUCCESS in the logs and so here's how it looks on the ticket's History:
Hi @Dan H
When editing the original estimate field, can you please try dividing by 60 instead?
Seems like when we read we get the value in seconds but when setting it expects the value to be in minutes.
Not sure if this is regression or what caused this. I figured this out by creating a similar rule to yours and played around.
Hope this helps.
Eric
Hey Eric,
Unfortunately changing the calculation to:
{{#=}}{{issue.subtasks.original estimate.sum}} / 60{{/}}
had the following effect,,,
Which I know is incorrect as the sub-tasks are made up of only days and hours worth of work - so despite in the instances where the Rule did successfully run - the estimate totals are well off here.
:(
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.