Feature #31106
openIssue import should allow for importing the author and creation date fields, too.
0%
Description
When importing issues, many of the issue fields can be mapped to the columns of the source CSV file. However, all imported issues are "authored" by the current user and are created with the current time stamp.
This is not usefull in case of importing issues (e.g. from another data source) created earlier and from different users.
I wish, in the import fields form, there was an additional Author field that behaves similar to the Assignee field. It should allow for mapping a CSV column to the Author field or select one of the visible Redmine user or <<me>> for this purpose.
Similarly, for the creation timestamp (date+time) there should be an opportunity to map it to a column in the CSV-file.
Related issues
Updated by Ben Pierce over 5 years ago
I agree. I am trying to import several hundred issues from an existing project to a new project but it sets me as the Author for all of them and today's date as the created date rather than the created date in the CSV.
Updated by Go MAEDA about 5 years ago
- Related to Feature #1739: Add ability to change issue author added