Σ Original Estimate by issue

Christophe Monsanto June 24, 2022

Hello,

I want to know for each issue the sum of originalEstimate (Σ Original Estimate).

I tested the following query but it does not meet my need:

project = LOAD and issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()")

But this query does the calculation for all issues.

I want to create a filter that allows me to be listed the sum of originalEstimate is EMPTY or value = 0d for each issue exemple :
originalEstimate.sum() > 0d or originalEstimate.sum() IS EMPTY
Thanks for your help,
Best regards,

 

 

0 answers

Suggest an answer

Log in or Sign up to answer