I have three issue types I want to consolidate into one, and need to find all automations and filters where these are used. In automations, I'm able to export them into a JSON, and find them that way. But I can't find the saved filter counterpart. When I go to saved filters, is there a way to export them? Going through each one individually will take a long time.
@Andrew Satterwhite the only way I know to get the filter information would be through the Jira API. You could create a API call and pull filters out that was. The issue would be getting them all easily. You will need to either identify them by ID, by user or such. https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters/#api-rest-api-3-filter-search-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.