can we get all saved filters using jira REST api

Majidkhan Pathan October 16, 2017

Hello

I need all saved filters (save filter list) in Jira using REST api, is there any REST api available for same.

Thanks,

MK

3 answers

0 votes
Bhaskar Chandraul June 22, 2020

try private filter.

http://localhost:9090/rest/gadget/1.0/pickers/filters

0 votes
Majidkhan Pathan October 16, 2017

Thanks Tayyab Bashir for your answer.

but I have checked in some of the Jira dashboard gadget uses this kind of saved filter dropdown ,so is there any way to get that in Jira dashboard.

Thanks

MK

0 votes
Tayyab Bashir
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 16, 2017

I think you can't get all the filters just like that because some are restricted for access.
Although you can get all the favorite filters with this rest:
Base URL/rest/api/2/filter/favourite

Suggest an answer

Log in or Sign up to answer