Hi -
Is there a way to organize or manage filters in Jira rather than having a long list? The current list seems pretty unweildy for people that need manage work on different levels.
Hi Chuck,
While we're waiting for a programatic solution, how about using standard naming conventions to order your filters?
As a quick example:
PROJECT1: Bugs due this week
PROJECT1: Stories
PROJECT2: Whatever
This way they will at least be listed alphabetically on the "Manage Filters" page and in dashboard gadgets.
Also, I periodically ask users to cleanup or remove old filters. I especially ask any time I make a change to a custom field, status, issue type, or anything else a user queries for. There's no use in retaining a broken filter!
If you have JIRA Server, you can search the database for queries using specific values. Then I notify the needed users. The queries are stored in a table called "searchrequest." The JQL is stored in the "reqcontent" column.
Example: I removed a status called "approved".
Use a MYSQL query like this to find users to notify:
select * from searchrequest where reqcontent like "%status = approved%"
Keep in mind differences in the ways users will write their JQL queries. You might need to look for multiple formats. Ex:
project = PROJECTKEY
vs
project = "Long Project Name"
Thanks for the link, Mikael.
Have a nice day!
Rachel Wright
I think it would be a good start for me to clean out old filters, but I do use a standard naming convention. I just have so many things to track at different levels. There are some tricks in your post I will try. I do miss features that I had in some other tools.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.