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

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

XMLWordPrintable

      NOTE: This bug report is for JIRA Cloud. Using JIRA Server? 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>
      

              Unassigned Unassigned
              1dbeaf2ce8d9 CGM
              Votes:
              8 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: