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

XML issue export returns the custom field id rather than the value for multiversion custom fields

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      Custom field definitions:

      • 20022 = 07.2014
      • 20031 = 11.2014

      There will be only shown the ids of the fields:

      <customfield id="customfield_10511" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
      <customfieldname>Delivery Version</customfieldname>
      <customfieldvalues>
      <customfieldvalue>20022</customfieldvalue>
      <customfieldvalue>20031</customfieldvalue>
      </customfieldvalues>
      </customfield>
      

      Should be:

      <customfield id="customfield_10511" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
      <customfieldname>Delivery Version</customfieldname>
      <customfieldvalues>
      <customfieldvalue>07.2014</customfieldvalue>
      <customfieldvalue>11.2014</customfieldvalue>
      </customfieldvalues>
      </customfield>
      

            [JRASERVER-40943] XML issue export returns the custom field id rather than the value for multiversion custom fields

            No work has yet been logged on this issue.

              Unassigned Unassigned
              1dbeaf2ce8d9 CGM
              Affected customers:
              8 This affects my team
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: