mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Identify time entry user just like issue assignee (#32196).
git-svn-id: http://svn.redmine.org/redmine/trunk@18891 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
8
test/fixtures/files/import_time_entries.csv
vendored
8
test/fixtures/files/import_time_entries.csv
vendored
@@ -1,5 +1,5 @@
|
||||
row;issue_id;date;hours;comment;activity;overtime;user_id
|
||||
1;;2020-01-01;1;Some Design;Design;yes;2
|
||||
2;;2020-01-02;2;Some Development;Development;yes;2
|
||||
3;1;2020-01-03;3;Some QA;QA;no;3
|
||||
4;2;2020-01-04;4;Some Inactivity;Inactive Activity;no;2
|
||||
1;;2020-01-01;1;Some Design;Design;yes;jsmith@somenet.foo
|
||||
2;;2020-01-02;2;Some Development;Development;yes;jsmith@somenet.foo
|
||||
3;1;2020-01-03;3;Some QA;QA;no;dlopper@somenet.foo
|
||||
4;2;2020-01-04;4;Some Inactivity;Inactive Activity;no;jsmith@somenet.foo
|
||||
|
||||
|
Reference in New Issue
Block a user