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

            We also found same bug issue on JIRA version 6.3.12. Please fix it.

            Yasuaki Suzuki added a comment - We also found same bug issue on JIRA version 6.3.12. Please fix it.

            CGM added a comment -

            We need this to display the values understandable in Confluence with JIRA-Issues macro.

            CGM added a comment - We need this to display the values understandable in Confluence with JIRA-Issues macro.

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

                Created:
                Updated:
                Resolved: