-
Suggestion
-
Resolution: Duplicate
-
None
-
2
-
9
-
Need a feature to export all the saved filters list. The options Filters > View All filters, or Jira settings > System > Shared filters do not provide an export function, this would be useful both for users and administrators for scenarios where something would change, and it is necessary to identify which filters would be affected, by being able to obtain existing filters, their JQL queries and owners.
Workaround
The REST API https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters/#api-rest-api-3-filter-search-get can be used to export filter information, including owner and JQL, but it does require scripting/development work to be able to extract the information efficiently.
You can access a JSON object containing all the saved filters you have access to by going to https://<your site name>.atlassian.net/rest/api/3/filter/search?expand=jql
- duplicates
-
JRACLOUD-30382 Ability to export and import Filters individually / group
- Gathering Interest