Hi,
Is there a SQL SELECT or hidden feature of OTRS Stats to get the average FirstResponseTime of a Queue? I can connect my Excel to a custom view to see Quantity of Closed/New/Open/Pending Tickets over the time and "play" with PivotTables but I couldn't figure out howto get the average FirstResponseTime (from any table) yet. Do I have to work with the 'article' table?
Best regards,
Average FirstResponseTime
Moderator: crythias
-
- Znuny newbie
- Posts: 12
- Joined: 14 Jul 2011, 06:11
- Znuny Version: 3.0.8
- Real Name: Walter Paoli
- Company: Inverfin SAECA
Average FirstResponseTime
Walter
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Average FirstResponseTime
Chances are, you'll need ticket_history.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 12
- Joined: 14 Jul 2011, 06:11
- Znuny Version: 3.0.8
- Real Name: Walter Paoli
- Company: Inverfin SAECA
Re: Average FirstResponseTime
Thanks for this fantastic FirstResponseTime! I'll try with this table and tell you tomorrow.
Walter
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
-
- Znuny newbie
- Posts: 1
- Joined: 05 Jan 2016, 19:44
- Znuny Version: 3.0.7
- Real Name: Remi
- Company: Nerim
Re: Average FirstResponseTime
Hello wpaoli & crythias
I'm currently doing an internship and looking for some tips
I have to find a way to create a Csv file who you will be reporting :
- number of created/ close tickets for each group of users per month/group of users / user
- average time for closed tickets
is there is a way to do it directly in otrs with a pluging or should i code a script doing it ?
I'm not looking for a full answer but a lead to find my path
thanks for your support
Rémi
I'm currently doing an internship and looking for some tips
I have to find a way to create a Csv file who you will be reporting :
- number of created/ close tickets for each group of users per month/group of users / user
- average time for closed tickets
is there is a way to do it directly in otrs with a pluging or should i code a script doing it ?
I'm not looking for a full answer but a lead to find my path

thanks for your support
Rémi
-
- Znuny newbie
- Posts: 12
- Joined: 14 Jul 2011, 06:11
- Znuny Version: 3.0.8
- Real Name: Walter Paoli
- Company: Inverfin SAECA
Re: Average FirstResponseTime
Hello Rémi,
I think that if you don't find a ticket report inside main OTRS Agent web (and I think that there must be one), you could create a SQL query to get this information and export it to CSV (with or without Excel).
Regards,
Walter
I think that if you don't find a ticket report inside main OTRS Agent web (and I think that there must be one), you could create a SQL query to get this information and export it to CSV (with or without Excel).

Regards,
Walter
Walter
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)