Forums

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

How to use REST API to get all permitted filters by user

Alex Nie
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 19, 2019

Now I found this REST API in Jira cloud version:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-filter-get

Would it possible to be available on Jira server version or is there a workaround to use REST API to get all permitted filters by user.

2 answers

0 votes
Evgen Kyselgov July 18, 2023

2023 year and it is not implemented yet!

Why Jira Cloud REST API and Jira Server\DataCenter REST API are so different by implemented features?

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2019

Hi Alex,

The REST API does not have a way to do this yet, on the server platform.

The majority of the current API endpoints return info for a specific filter rather than a list of all filters except for the get on "current user's favorites".  The server version of this filter get is going to be for details on your favorite list at that API end point which is GET /rest/api/2/filter/favourite but it only returns filters on your favorite list and would not show you the full list as the new cloud endpoint does.

Full details on the Server API endpoint for filters that are currently available can be found here:

And we are tracking implementation and interest for implementation on the server platform at the following feature request, make sure to add your vote and add yourself as a watcher to get updates when it becomes available:

Regards,
Earl

Suggest an answer

Log in or Sign up to answer