RE: [otrs] Stats for average Agent response time?

Charles, We use CF as well. Will you send me your CF pages that produce these Stats? Regards, Peter -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Charles R. Thompson Sent: woensdag 26 januari 2005 19:04 To: 'User questions and discussions about OTRS.' Subject: RE: [otrs] Stats for average Agent response time? I use ColdFusion to tap into OTRS and built charts/graphs, etc. and have learned the secret to reporting on tickets lies in understanding the interaction of the following tables TICKET TICKET_HISTORY TICKET_HISTORY_TYPE TICKET_STATE TICKET_STATE_TYPE Using somehting like PHPMyAdmin I would recommend picking a ticket or two and tracing activity through the tables. From there it's really just a matter of some SQL and loops to get useful report data out. In your case, one possibility off the top of my head would be an SQL comparison of the difference from TICKET.create_time vs the earliest ticket_history.create_time where the earliest history_type is 8 (SendAnswer) and the TICKET.id = TICKET_HISTORY.ticket_id Charles -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Wes Plate Sent: Wednesday, January 26, 2005 10:48 AM To: User questions and discussions about OTRS. Subject: [otrs] Stats for average Agent response time? Is there a way to get from OTRS the average time it takes for an Agent to respond to a new ticket? -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/ _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? =http://www.otrs.de/
participants (1)
-
Peter van Beugen