We would like to clean up our library of filters, removing those that are no longer being used.
However, if we delete a filter that is associated with the board, the board is actually removed automatically. And, if a filter is used in someones gadgets/jira issues macro, we don't want to remove it and cause it to break.
But, given that we have hundreds of pages, it's impossible to go through the UI to determine where they are used.
Does anyone have a good process for determining whether or not a filter is being referenced somewhere?
It would be really nice if there were an administrative function that we could use to see such references to assist with cleanup.
As mentioned by Pedro, there's no easy to do this via the UI. You can however go into the database. For example, if you're using PostgreSQL:
select * from "AO_60DB71_RAPIDVIEW" a join searchrequest s on a."SAVED_FILTER_ID"=s.id;
Thanks for this example. We are trying to narrow down our saved filters to not only improve users searches for a specific filter, but when someone terminates, we want to either change ownership or get it deleted to keep the db as clean as we can.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently this is not possible. There's an improvement request for this at JRA-28728
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.