Average FirstResponseTime

Moderator: crythias

Locked
wpaoli
Znuny newbie
Posts: 12
Joined: 14 Jul 2011, 06:11
Znuny Version: 3.0.8
Real Name: Walter Paoli
Company: Inverfin SAECA

Average FirstResponseTime

Post by wpaoli »

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,
Walter
OTRS 3.0.8
WinServer 2k3 virtualizado por Hyper-V (por ahora)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Average FirstResponseTime

Post by crythias »

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
wpaoli
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

Post by wpaoli »

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)
krok15
Znuny newbie
Posts: 1
Joined: 05 Jan 2016, 19:44
Znuny Version: 3.0.7
Real Name: Remi
Company: Nerim

Re: Average FirstResponseTime

Post by krok15 »

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 :D

thanks for your support

Rémi
wpaoli
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

Post by wpaoli »

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). 8)

Regards,

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