Auto select fields mapping in import based on the internal field name (ex: estimared_hours, fixed_version, spent_on) or field label (Estimated hours, Version, Date) (#22913).

* mappings are case insensitive
* a field is auto mapped only if there is no mapping setting present for that field
* "Current user" default value for User field when the user has permission to log time for other users is override by the auto mapped column

Patch by Haihan Ji, Yuichi HARADA, and Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19524 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-02-19 14:52:02 +00:00
parent 4d341f0f14
commit efbfc76161
7 changed files with 142 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
priority;Subject;start_date;parent;private;progress;custom;"target version";category;user;estimated_hours;tracker;status;database;cf_6
High;First;2015-07-08;;no;;PostgreSQL;;New category;dlopper;1;bug;new;"PostgreSQL, Oracle";2
1 priority Subject start_date parent private progress custom target version category user estimated_hours tracker status database cf_6
2 High First 2015-07-08 no PostgreSQL New category dlopper 1 bug new PostgreSQL, Oracle 2