-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
Severity 3 - Minor
-
Summary
Cascading custom fields are exporting only the first value of the second option when exporting the issues to CSV.
Steps to Reproduce
- Create a cascading custom field and add some values to it, for example:
- A
- 1
- 2
- 3
- B
- 4
- 5
- 6
- C
- 7
- 8
- 9
- Create some issues and set values for them.
- Export these issues to CSV (include the cascading field in the export)
Expected Results
The CSV exporter will export the issues with their correct value
Actual Results
The CSV always export the first value of the second option of the cascading field. For example.
If we have an issue with the value B-5 and another with the value A-3, Jira will export them in the CSV as B-4 and A-1 which is the first value in the second option of the field.
Workaround
N/A
- is duplicated by
-
JRACLOUD-69122 CSV export from Issue Navigator and Card Layout from Boards displays incorrect value for cascading select list field
-
- Closed
-
- is caused by
-
FD-2288 Loading...