Hi! I need to delete a bunch of filters . . . I know I can use the REST API to remove a filter if I know the ID:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/filter-deleteFilter
But how can I get a list of filters?! "Get filter" requires the filter ID to be passed to it:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/filter-getFilter
If only it returned all filters when no filter is specified . . .
Any ideas out there?
Thanks,
Guy
I'm afraid the REST API does not have a way to do this yet. Closest you can get is "current user's favourites"
Hello,
You can open a page in Jira, where you can see all filters, go to Developer Tools in your browser and have a look, what calls are made by the page to get all filters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.