-
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
-
We also found same bug issue on JIRA version 6.3.12. Please fix it.