SQL for filters using specific field

Davor Fisher May 15, 2017

Hello,

I am looking *if possible* for a SQL (Postgres) that would give ma list of all saved filters in JIRA that are using a specific custom field within the JQL. 

 

Thanks

Davor

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 21, 2017

Hi Davor,

Hopefully you've found some help for this.  If not you can try the searchrequest table.  The reqcontent column holds the filters plain text so you may be able to start with a statement such as

select * from searchrequest where reqcontent like "%CustomFieldName%"



Cheers,

Branden

Suggest an answer

Log in or Sign up to answer