Hi,
I like to clean up a little amongst my shared filters and wonder how I can find out if other people used them in their dashboards. Is there a query for such?
Thanks for your attention.
If you have scriptrunner you can do it in a indirect way, from change filter ownership built in function you can see the filters that each dashboard uses per user.
Hope that helps
Hi Kostas, thanks for your answer. We don not have Scriptrunner. Do you know of another way, just with JIRA itself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evelin,
another way is to do a query in JIRA database. A first step to see which filters are used in dashboard gadgets can be done with the following query.
SELECT * FROM gadgetuserpreference WHERE USERPREFvalue LIKE '%filter%'
you can also join tables gadgetuserpreference and searchrequest so you have filter names next to ids.
Hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Kostas, thanks a lot. We will try that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No prob,
Hope it works.
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.