Hello
I need all saved filters (save filter list) in Jira using REST api, is there any REST api available for same.
Thanks,
MK
try private filter.
http://localhost:9090/rest/gadget/1.0/pickers/filters
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.