I currently have a few similar filters where I use aggregate expressions. The queries for the are the same except the label E.g.:
I'd like to move to a setup where I have 1 query, and I get all the different summed story points for backend, frontend and other on 1 page.
I've tried combining the queries but I only get the last sum.
Is there are any way to achieve this?
Hello @PaulDaPigeon
Welcome to the community.
Based on the documentation for the function it is used to return values for all issues in the filter. It doesn't appear that you can use it multiple times against portions of the filter.
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_aggregateexpression
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.