Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

dashboard filter not pulling all the records

vineeta rawat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 7, 2024

 

 

dashboard filter not showing items more than 1000 how to resolve this issue.

3 answers

1 vote
Manoj Gangwar
Community Champion
October 7, 2024

Hi @vineeta rawat welcome to the community! 

In Jira, the default behavior for filters used in dashboards or gadgets is to display a maximum of 1000 issues. This is a performance optimization to prevent excessive data from overloading the system. However, if your filter returns more than 1000 issues, there are a few ways to manage this limitation.

1- Narrow down the filter: Modify the JQL query to be more specific, returning fewer than 1000 results. You can add additional criteria like statuses, dates, or assignees to break the issue list into smaller sets.

Example: If you are currently using a simple query like project = ABC, you can refine it:

project = ABC AND created >= -30d

2- Instead of having one gadget or one filter that tries to display all issues, break it into smaller, more specific filters and add them as separate gadgets in your dashboard. This way, each filter handles fewer than 1000 issues.

 

 

0 votes
Eduardo Anflor - MindPro
Atlassian Partner
October 7, 2024

Hi, @vineeta rawat 

Jira only returns up to 1,000 issues in the gadgets filter by default. Could you please inform me what is your need more specifically? There are apps in the marketplace that allow to bring more issues in the gadgets. If you look at Mindpro Insights, you can bring up to 5,000 issues in the custom gadgets available for Jira Dashboards or up to 13,500 in the app's internal dashboards. This may help you achieve your goals, but it would be great if you could share more details about your requirements.

 

Regards,

Eduardo

0 votes
Charlie Misonne
Community Champion
October 7, 2024

Hi @vineeta rawat 

Can you elaborate a bit please?

What do you mean with a dashboard filter exactly? A screenshot might help.

The REST API of Jira will only return 1000 results maximum. Your issue might relate to this.

Suggest an answer

Log in or Sign up to answer