Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,536
Community Members
 
Community Events
196
Community Groups

Methods to organize queries/filters in Jira

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. 

2 comments

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jul 06, 2017

I agree it would be helpful if there were a way to organize your filters. I did a quick search and there is a request for it, https://jira.atlassian.com/browse/JRASERVER-25386, but it is pretty old.

Rachel Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jul 07, 2017

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

Like Santhosh likes this

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. 

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events