We are trying to enforce a 2-ticket work in progress tickets for our guys so we don't end up with 20 tickets active for each assignee. I want to create a filter that shows me all users that have more than 2 active tickets (meaning not in the backlog and not closed). What's the best way to author the JQL query?
GROUP_BY clause is not provided in JQL.
You can query active tickets with user column and export the JQL results into Excel spreadsheets and group by users using the Better Excel Plugin.
You can find more info in below on using gadgets to group by specific field:
https://community.atlassian.com/t5/Jira-questions/Group-Items-in-Filter-Search/qaq-p/205687
Hi @Ruth Norton,
As Rajendra Kusumba said, JQL does not support GROUP_BY.
You can try to implement this part of the function through Two Dimensional Filter Statistics in DashBoard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.