JQL filter on number of fulfilled criteria

Svante Gustafsson October 16, 2017

Hey,

I have a use-case like this:

I want to filter out issues that fulfill 2 or more criteria from a list of 5 criteria, something like this:

I have 5 different filters, one for each criteria. If I OR them it will be enough that one of them is fulfilled and if I AND them all 5 need to be fulfilled. 

But I would like to show the issue if 2 or more are fulfilled, such as:

noOffilters=true >= 2

 

Does anyone know if there is a way to accomplish this?

Cheers,

// Svante

1 answer

1 vote
Ethan Foulkes October 19, 2017

Hi Svante

You can do this using the Power Scripts add-on.

There is a video tutorial walking you through in detail here.

Let me know if you have any questions.

Hope you can make it work!

Suggest an answer

Log in or Sign up to answer