How to find the all the queries that use a specific Jira field

Rohan Nishantha September 1, 2020

Hi All,

We have 500 plus projects in cloud Jira. I need to update a Jira field value (Eg. Project category value) that use in projects filters/ queries. Therefore, Can anyone tell me how do I find all the projects (get all the queries/ filters) that use the Jira Field? 

 

1 answer

0 votes
Bloompeak Support
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 4, 2020

Hi @Rohan Nishantha ,

You can list all the filters using filter rest api and then search for your field name in the response.

 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters/#api-rest-api-3-filter-search-get

Suggest an answer

Log in or Sign up to answer