JIRA REST -Get Filter Id by Filter Name

Anil Mishra November 11, 2019

I'm looking to get filter id by filter name, using below jql which is returning all the issues list but it is not providing filter Id

/jira/rest/api/2/search?filter="filterName"

How can I get that or isfthere any alternative approach to get that?

1 answer

0 votes
Jehan Bhathena
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 28, 2023

Hi @Anil Mishra ,

Maybe a bit too late for this but you can try using the below API if you've moved onto Jira Cloud.

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

Unfortunately for Jira Server there is no API for Filter Search https://jira.atlassian.com/browse/JRASERVER-36045

Suggest an answer

Log in or Sign up to answer