Use JQL to fetch the top 15 projects with the highest number of tickets in the past 30 days
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Generate a list of the top 15 projects with the highest number of tickets within the last 30 days.
Solution
Utilize the advanced search feature and input the following JQL query:
1
created >= -30d order by created DESC
Save this search as a filter using the 'Save As' option.
Proceed to either modify an existing dashboard or create a new one, and then add the 'Issue Statistics' gadget.
In the 'Project or Saved Filter' field, search for the filter you created inStep 2.
Set the 'Statistic Type' as 'Project'.
Specify the 'Number of Results' as 15.
Click 'Save'.
Updated on March 12, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.