How to find out which Jira filters are really used?

Sorin Sbarnea (Citrix)
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.
October 21, 2012

I would like to know if there is a way of finding which Jira filters are really used.

Subscribtions are not the only way of using Jira filters. It's something normal to have scripts that are quering Jira API using a filter name.

For example I do want to know if there is any filter that was not used in more than two years.

2 answers

1 vote
Jobin Kuruvilla [Adaptavist]
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.
October 22, 2012

You are right, filters could be used in all sort of places. There could be scripts, as you suggested. Then there could be third part stuff which uses filters and that data could be in its own configurations tables or AO tables.

I guess you will have to go with the owners and start deleting them, until you hear from someone that something is broken!

Sorin Sbarnea (Citrix)
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.
October 22, 2012

This doesnt sound nice, I am wondering if there is any way to log this in webserver logs or jira logs. Any idea on which option should I enable for jira logs to get these logged?

0 votes
Norman Abramovitz
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.
October 21, 2012

There is a table called userhistory, but it was not obvious if filters are recorded there or not. Separate JQL statement executions are recorded there though.

Suggest an answer

Log in or Sign up to answer