Hello
Is there a way to get just the count of search results from JQL query.
Ex: I am just interested in count of open bugs in a project. I am not interested in details of actual bugs are. If there are 20000 plus bugs it is waste of traffic if I get the complete details.
Please let me know
Thanks
Abe
Thanks.
I am building my own chart for which I need counts.
Found one good resource here: https://confluence.atlassian.com/jirakb/how-to-count-issues-from-a-jql-search-result-in-groovy-or-rest-api-in-jira-1130376109.html
If anyone else needs it.
JQL's result is a list of issues matching the query.
In your case, I think we can use a chart (e.g., a pie chart) to display: the total bugs, the number of bugs by assignee,...etc....
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.
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.