The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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