Hello,
I would like to know if there is a way to ask in JQL to count the issues, but only count once issue with the same value in a field.
In the bottom of the results list, you may see the total count of issues returned by your JQL:
There isn't really any JQL that will help you count. You could write a filter and then use a dashboard gadget that might be able to give you a count. You could also export the search and use Excel to filter on the field.
Thanks,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use ORDER BY Resumen but it won't give you a number count it would just order them by that field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I could not express what i want correctly. What I really want is that if several issues have the same value in a field, then only one issue of them appears.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To add to what @Tim Perrault is describing, JQL is not a SQL, and so does not have many SQL common features, like GROUP BY, COUNT, etc.
Your work-around options are influenced by how often you need this capability:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The idea for exporting to excel doesn't work. JIRA stops after 1,001 entries, even when there are many, many more.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is possible to get more than 1000 entries, but it does require a bit more work than just hitting the export to csv button.
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.