-
Suggestion
-
Resolution: Unresolved
-
59
-
57
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Lets say a user wants to import the QA_Contacts field from a Bugzilla instance. As this field cannot yet be imported as per this feature request: https://ecosystem.atlassian.net/browse/JIM-533
So the logical thing to do is to import the field separately via CSV import. The problem here is that the Updated field of the issue will be overwritten with the latest date. This is a big problem for customers who want to preserve historical data on older, closed tickets.
Even if you manually specify the Updated field to a column in the CSV file, the CSV importer does not import those values and the Date Updated field will be set to the latest date, and not to the value you specified in the CSV import.
- is related to
-
JRASERVER-64492 CSV Import does not import the "Date Updated" field for existing issues
- Gathering Interest
- was cloned as
-
JRACLOUD-81946 CSV Import does not import the "Date Updated" field
-
- Closed
-
- mentioned in
-
Page Failed to load
Another use case: Our team has requested a change in the datatype of a field, because it has a better UI for their workflow (from Checkbox to Multi-Select). I cannot change the field datatype (a separate functionality gap, IMO), but I can create a new field with the new datatype. Obviously if creating a new field, I would like to populate it with the old field's data and delete the old field, so that users aren't having to search across two fields to find relevant historical issues or include two fields in filters, etc. However, to populate the new field with the old field's data will require updating thousands of closed historic tickets that otherwise haven't been touched in years, which is its own data pollution – I don't wish to make these appear to be active/recently active tickets. So, we abandon the whole project and stick with the datatype that has bad UI, because migrating the data would create an even worse user experience.