-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Summary
It would be beneficial if Jira an a feature to export certain parts, such as Dashboard, Filters, Custom Fields, etc., as lists.
Expected Results
With Jira being used by different companies, exporting parts would be beneficial, so that they could be analyzed if needed.
Actual Results
Currently, there is no option to do that via UI.
Workaround
As a workaround, it's possible to use REST API to get this information by pointing to the proper endpoint.
For example, the REST API's Get fields method:
<your site name>.atlassian.net/rest/api/3/field
Or 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 using the following endpoint:
https://<your site name>.atlassian.net/rest/api/3/filter/search?expand=jql
- relates to
-
JRACLOUD-30382 Ability to export and import Filters individually / group
- Gathering Interest
-
JRACLOUD-76295 Provide the ability to export all the custom fields from the instance
- Gathering Interest