Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-70039

As an admin, I want to Export Custom Field values so that I can administer custom fields more effectively.

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Custom fields
    • None
    • 2
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Issue Summary

      Jira currently has no way of exporting the Custom Fields, their values, and their context. 

      Using the UI, the admin will have to search through multiple pages of results and no way to copy the values to quickly view the data. 

      Suggested Solution

      Add a way to export all the Custom Fields, Custom Field Values, and the context.

      This will allow admins to quickly browse a list of the Custom Fields to know their context among other information. 

      Workaround

      Using the UI, you can filter through the search box for issues that have a global context. 

      The following PSQL will retrieve the customfield names that are Global. 

      Select cfname 
      FROM customfield cf 
      INNER JOIN configurationcontext cc 
        ON 'customfield_'||cf.id = cc.customfield 
        Where cc.project is null
      

              Unassigned Unassigned
              clevine Chris Levine
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: