Can I find out in which dashboards a filter is used?

Evelin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2014

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.

2 answers

1 accepted

1 vote
Answer accepted
Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2014

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

Evelin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 25, 2014

Hi Kostas, thanks for your answer. We don not have Scriptrunner. Do you know of another way, just with JIRA itself?

Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2014

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

0 votes
Evelin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2014

Kostas, thanks a lot. We will try that.

Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2014

No prob,

Hope it works.

Suggest an answer

Log in or Sign up to answer