I'd like to know add automation to calculate difference between original estimate and actual time spent
Hi @Fathima Nahda , welcome to the community!
Using maths expressions with smart values is how you can achieve this.
To access the original estimate and time spent, use the following smart values
Then subtract the time spent from the original estimate, and find the absolute value of the result via the following
{{#=}}ABS({{issue.timetracking.originalEstimateSeconds}}-{{ issue.timetracking.timeSpentSeconds}}){{/}}
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.