Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-83862

Feature to Export Parts of Jira in Lists

XMLWordPrintable

    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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
      

            Unassigned Unassigned
            gsenna Gabriel Senna
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: