P4DTI issue job000182

TitleElapsed time fields aren't replicated properly
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionDate fields in TeamTrack have a "display type" which can be "Date only", "Date and time", "Time only" and "Elapsed time". The repicator copes well with the first two, but poorly with the second two (an elasped time of 10 hours in TeamTrack becomes a date of 1971/01/01 10:00:00 in Perforce).
AnalysisThe display type of a date field is stored in the ATTRIBUTE field of the field's entry in the FIELDS table. The configure_teamtrack could pass this to the date translator which would then be able to do the right thing.
How foundcustomer
Evidence<http://info.ravenbrook.com/mail/2001/01/19/16-48-30/0.txt>
See the TeamTrack database schema, <http://www.ravenbrook.com/project/p4dt...0-01-20/teamtrack-schema/TTschema21.pdf>
Observed in0.4.2
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 10
Created byGareth Rees
Created on2001-01-19 15:31:21
Last modified byGareth Rees
Last modified on2001-12-10 19:19:52
History2001-01-19 GDR Created.

Fixes

Change Effect Date User Description
8527 closed 2001-02-15 12:22:07 Gareth Rees Time fields (time of day and elapsed time) in TeamTrack get mapped to fixed-width text fields and converted using elapsed_time_translator.