Hi
A team I’m working with have started using the Time Estimation field as a way to record on “Support” issues the amount of time they spent resolving the issue. For a selecte sprint, I’d like to calculate the sum of time estimation field on the completed tickets to work out how much time they spent on support in total. I’ve tried many of the calculated measures using the following code and changing the measures within it, but nothing is calculating it correctly. Please can you advise if it’s because the field isn’t imported as standard, or if my calculation is wrong?
Thanks
(
[Issue Type].[Task],
[Measures].[Original estimated hours],
– add the transition status member representing your cycle
[Transition Status.Category].[Done]
)