Get all filters that use a specific query / term?

Christoph Schmitz January 29, 2021

Hello,

I want to get all filters in our instance that use a specific filter function (membersOf) or a specific value for a customfield "Team" in our instance which is a group picker. Is that possible?

Goal: I want to identify all these filters that use that kind of stuff and bulk change them to something new.

Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
January 29, 2021

Hi @Christoph Schmitz 

You need to look in the database and run a query like this.

select * from searchrequest where reqcontent like '%issueFunction%'

Since you have ScriptRunner then you can also go to the ScriptRunner | Resources  | Create Resources

I hope it helps.

Ravi

Suggest an answer

Log in or Sign up to answer