I am using the below query to get my total Original Estimate, but i saw there have 3 Original Estimate columns, i am doubt that my sum is not correct with the Original Estimate column.
Because i saw the Original Estimate have value, such as 1, 5, 1d, 0.5d and etc.
From the 3 Original Estimate columns, there are as below:
1. originalEstimate
2. Original Estimate_QA - cf[26400]
3. Original Estimate - cf[11102]
I have tried based on the 3. Original Estimate - cf[11102] like below :
issueFunction in aggregateExpression("Total Estimate for all Issues", "Original Estimate .sum()")
--> Error : Expression [MethodCallExpression] is not allowed: this.Original(Estimate.sum())
issueFunction in aggregateExpression("Total Estimate for all Issues", "cf[11102].sum()")
--> Error: Field cf not found or not a Number, Date, or Duration custom field.
Appreciate someone can assist further on my issue.
Query Used :
issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()")
As my result returned as below :
Total Estimate for all Issues: 0 minutes