Is there a way to identify the JQL filters that contain references to specific fields

Dan Deftos September 21, 2015

When you change the name of a custom field it seems difficult to identify the JQL filters which need to be updated. Is there some easy mechanism (SQL query) to identify the filters that need to be updated when you change the name of a custom field?

1 answer

1 accepted

0 votes
Answer accepted
Robert Dzido
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.
September 21, 2015

you can use SQL query on table searchrequest.

Field can be just selected by field name or by its id (eg. cf[10001]).

 

Suggest an answer

Log in or Sign up to answer