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

            Bugfix Automation Bot made changes -
            Minimum Version New: 6.03
            Owen made changes -
            Component/s New: Issue - Actions [ 43412 ]
            Component/s Original: Issue - Export [ 43325 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2837798 ] New: JAC Bug Workflow v3 [ 2924169 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2569056 ] New: JAC Bug Workflow v2 [ 2837798 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1540668 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2569056 ]
            jonah (Inactive) made changes -
            Description Original: *Custom field definitions:*
            - 20022 = 07.2014
            - 20031 = 11.2014

            *There will be only shown the ids of the fields:*
            {code}
            <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>
            {code}

            *Should be:*
            {code}
            <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>
            {code}
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This bug report is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/JRACLOUD-40943].
              {panel}

            *Custom field definitions:*
            - 20022 = 07.2014
            - 20031 = 11.2014

            *There will be only shown the ids of the fields:*
            {code}
            <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>
            {code}

            *Should be:*
            {code}
            <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>
            {code}
            jonah (Inactive) made changes -
            Link New: This issue relates to JRACLOUD-40943 [ JRACLOUD-40943 ]
            Oswaldo Hernandez (Inactive) made changes -
            Resolution New: Duplicate [ 3 ]
            Status Original: Open [ 1 ] New: Resolved [ 5 ]
            Oswaldo Hernandez (Inactive) made changes -
            Link New: This issue duplicates JRA-31977 [ JRA-31977 ]
            Oswaldo Hernandez (Inactive) made changes -
            Labels Original: slush New: affects-cloud affects-server slush

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

                Created:
                Updated:
                Resolved: