I am trying to build a Dashboard widget that shows Issue Statistics by Customer. I can easily do this but it shows all customers and the Ticket Count.
What I am trying to accomplish is to create a filter that will be used by the widget that will only include customers that have more than 10 JIRA issues based on my filter. For example...
project in (Support) AND status not in (Done, Closed, Resolved, "In Production") ORDER BY Rank ASC
I want to add a
COUNT() function so that the filter only shows tickets if total # of tickets for a customer is >= X.
I am looking for something like this too.
It seems like Reports and Jiras that do not show their Rank Value really under communicate their current status.
When dealing with a backlog that spans multiple pages, this can be quite daunting and time-consuming.
I'm certain you can't as you'll need a JQL function that can count.
You'd need an app to support something more advanced like this and then write your own query.
Something like Script Runner would work.
Hope that helps.
Beejal
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.