
Hey Robert,
the "normal importer" i was referring to is simply the mail pull service.
I added OTRS mailbox to my outlook and simply copy and paste old emails therein to keep the original customer without having the need to modify that later on, too.
Actually I guess I found the "root of solution" timing and is neither the change_time nor the timeout.
OTRS seems to refer to an entry in the ticket_history table or to be more precise, it seems like it checks for a state_change to closed (state 27) and takes this articles entry time as close time.
Honestly that seems quite through the knee into the neck right between the eyes for me, as it would be much more simple to have just a "ticket_closed_date" column but okay .
Currently I am writing mass update sql scripts and check the outcome by the end of the day, but three single test statements where looking fine so far.
mit freundlichen Grüßen
Studienkreis GmbH
Mark Grzella
Junior IT-Projektleiter
Universitätsstraße 104, 44799 Bochum
Tel.: 02 34/97 60 - 404
mgrzella@studienkreis.de mailto:mgrzella@studienkreis.de
www.studienkreis.de http://www.studienkreis.de/
AG Bochum HRB 4581
Geschäftsführer:
Franz Dahlmanns
Bernd Kreissig (Sprecher)
Bastian Schmidt-Faber
Von: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] Im Auftrag von Robert Butler
Gesendet: Donnerstag, 21. April 2011 20:01
An: User questions and discussions about OTRS.
Betreff: Re: [otrs] how does OTRS calculate solution times?
What is the "normal importer" you're using? I'm curious if there's a better tool/method than I use for importing tickets from one OTRS system into another OTRS system.
RE: your question.
I'm guessing you'll need to update the change_time column in the ticket table. I don't see a column for "solution time" nor does OTRS seem to record a "solution time", just the time of the last change of a ticket. You'll also want to update the appropriate record in the ticket_history table, and to keep things consistent, any related records in the article and article_attachment tables if necessary.
Take this with a grain of salt. I'm not a OTRS dev, but I have inserted tickets from one OTRS system into another, and these are the only tables I've needed to modify.
On Thu, Apr 21, 2011 at 7:16 AM, Grzella, Mark