Display value returned by originalEstimate.sum() in hours

Balu G May 8, 2019

Hello experts,

I am trying to get an aggregate value of all the Original Estimates of a specific resource using this JQL below:

 

assignee in (ENAMALO) AND issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()")

 

Sadly, what is being returned is like this: Total Estimate for all Issues:1 week, 1 day, 6 hours

I have to again convert the weeks and days to hours. Is there any way to force the JQL to  return "one number" (which is hopefully in hours)?

1 answer

0 votes
Deepak N October 17, 2019

I would also like to get a response for this questions please.

Suggest an answer

Log in or Sign up to answer