-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.1.2, 7.3.6, 8.5.6, 8.5.17, 9.0.0
-
7.01
-
12
-
Severity 3 - Minor
-
2
-
Summary
Non-Admin CSV import doesn't import child value of cascade select list
Steps to Reproduce
- Create a custom field of Type Select List (cascade)
- Set an option like Parent value: USA, Child value: New York
- Create a CSV to import cascade data following the docs like:
Summary, My Cascading Custom Field Example Summary, USA -> New York
- Go to Issues(Menu) > Import Issues from CSV
- Import the CSV to a project with the cascade field
Expected Results
The issue should be created and the cascade field information should be successfully imported
Actual Results
The issue is created. However, only the parent value is added. The child value is not imported.
Notes
This works fine for Admin CSV import (Admin-menu>System>IMPORT AND EXPORT>External System Import)
- duplicates
-
JRASERVER-45878 CSV importer doesn't import 'Select List (cascading)' field data correctly
- Closed