Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

find filters using fixversion?

Raju Anumula July 10, 2018

Hi,

We are going to change our fixversion values, we know that people have used filters and quick filters using the old values. Is there a way we can query in our project to find those filters that should be changed?

thanks

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
July 10, 2018

Hello,

You can open the Jira database and query the searchrequest table. Your query would be like this:

SELECT * FROM SEARCHREQUEST where REQCONTENT like '%fixVersion%'

Raju Anumula July 25, 2018

Hi @Alexey Matveev,

It is not working(we are using Postgres), any alternate option?

Thanks in Advance.

Alexey Matveev
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.
July 25, 2018

What s the error?

Raju Anumula July 30, 2018

Sorry, it is working as expected.

Thanks @Alexey Matveev

Suggest an answer

Log in or Sign up to answer