Forums

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

JIRA REST -Get Filter Id by Filter Name

Anil Mishra
Contributor
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 Champion
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