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

    XMLWordPrintable

Details

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: