-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
None
-
6.3.6, 6.3.12
-
6.03
-
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>
- duplicates
-
JRASERVER-31977 xml view of custom field of multiversion picker type display version ID instead of version text
-
- Closed
-
- relates to
-
JRACLOUD-40943 XML issue export returns the custom field id rather than the value for multiversion custom fields
-
- Closed
-
[JRASERVER-40943] XML issue export returns the custom field id rather than the value for multiversion custom fields
Minimum Version | New: 6.03 |
Component/s | New: Issue - Actions [ 43412 ] | |
Component/s | Original: Issue - Export [ 43325 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2837798 ] | New: JAC Bug Workflow v3 [ 2924169 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2569056 ] | New: JAC Bug Workflow v2 [ 2837798 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1540668 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2569056 ] |
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} |
Link |
New:
This issue relates to |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | Original: slush | New: affects-cloud affects-server slush |