-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
None
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Index may cause issue during CSV import. It happens when there is project with single issue type only and there is required custom field with Context set to that project. During manual creation is everything OK.
Replication
- Create new JIRA project, with exactly one issue type.
- Add new custom field. And restrict context for that issue type.
- In project Issue Field Configuration scheme set all fields to optional, except Sumary (It is mandatory to have it mandatory) and the new custom field.
- Create issue normally - it works
- Create issue by CSV import - Import fails because that field is always treated as null.
Note: Because there is only single issue type, import wizard do not offer Issue Type for mapping. My theory is that importer checks context before it actually applies issue type - automatically.
Workaround: Set context into project instead of Issue type.
- is related to
-
JRASERVER-64700 Import Issues from CSV only works for choice fields that are configured for global issue types
-
- Gathering Impact
-
- relates to
-
JRACLOUD-64818 CSV Import for restricted custom fields
-
- Closed
-
- is duplicated by
-
JIM-1528 Failed to load
Reproduced the described scenario in JIRA 7.4.2 Server. Restricted custom field values are imported properly. Closing the issue.