How to create a filter that uses Count

Boris Krutiy September 20, 2017

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.

 

2 answers

1 vote
Brandon Little April 15, 2019

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. 

1 vote
Beejal _London_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 20, 2017

Hi @Boris Krutiy

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

Suggest an answer

Log in or Sign up to answer