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}}){{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.