Jira performance - multiple filters or one general filter used by all users

maria popescu November 28, 2018

 

I have a project where a big group of users is split in 10 smaller groups. They all need filters for open and in progress tickets and i dont know what would be better to chose from performance point of view: one filter that displays all the open tickets and is accessible to all users from all the 10 groups or one filter per group that displays all the open tickets of that group ?

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 28, 2018

It isn’t so much the number of filters as it is the number of concurrent queries that are run.

With that said if you were to use a single filter and apply that to a dashboard then it would possibly result in better performance. However if 10 people run the same filter query at the same time it isn’t necessarily better than 10 different queries run at the same time. It comes down to the scope of the query. 

Not sure this helped you. It’s just the the answer depends on the details. Some controlled testing would be best. 

Suggest an answer

Log in or Sign up to answer