I can use below JQL to calculate and display the result:
project = [project_key] AND issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()", "Total Time Spend", "timespent.sum()", "Total SP", "storypoints.sum()")
However, after I save below code as common filter, eg, calculator_aggregated_effort
issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()", "Total Time Spend", "timespent.sum()", "Total SP", "storypoints.sum()")
Then I call:
project = [project_key] AND filter = "calculator_aggregated_effort", above calculation can't display, does anyone know this issue?
Hello @CHEN How
Welcome to the community!!
This is a really interesting question and something which I can replicate.
The challenge is as soon as we try to use the saved filter as 'filter = "calculator_aggregated_effort" '.
In the documentation from Adaptavist, it is mentioned that the calculation is not saved anywhere. In case, the calculations are required then scripting would be required.
The documentation can be referenced here.
Please accept the answer if this helps solve your query else respond and allow others to share input.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.