Opened 4 years ago
Last modified 22 months ago
#4783 new defect
import preserving historic time stamps, needed i.e. for legacy projects
| Reported by: | anonymous | Owned by: | farialima |
|---|---|---|---|
| Priority: | normal | Component: | TicketImportPlugin |
| Severity: | normal | Keywords: | create_time change_time |
| Cc: | Trac Release: | 0.11 |
Description
Hello,
We started using a project using Excel to maintain a log of tasks and the remaining time (on a daily basis)
Is it possible to import tasks such that this information is updated in the ticket_change table so that the past dates are added.
For example:
| Task | Date | Rem time |
| 1 | 1/1/08 | 80 |
| 1 | 1/2/08 | 76 |
Now I want this information to get into the ticket and ticket_tables on the past date - not today's date.
Thoughts?
Thanks!
Attachments (1)
Change History (6)
comment:1 Changed 3 years ago by hoff.st@…
comment:2 Changed 3 years ago by hoff.st@…
- Summary changed from Importing legacy projects to import preserving historic time stamps, needed i.e. for legacy projects
comment:3 Changed 2 years ago by farialima
see also comment:ticket:5564:4 and comment:ticket:5564:6 for the exact scope of this problem
comment:4 Changed 2 years ago by jun66j5
I worked the issue and attached the patch, t4783-support-time-field.diff.
The values in time column of your uploading file is used for the ticket creations. However the values is NOT used for the ticket modifications.
Changed 2 years ago by jun66j5
comment:5 Changed 22 months ago by hasienda
- Keywords create_time change_time added
#8357 has been fixed, adding ability to import date/time information for custom date/time fields as string. This is certainly not the same but a related issue.


#5564 requested import of ticket (updates) with historic time stamps too, was closed a duplicate of this ticket, but there's no progress or solution so far.