How to see the pending time of all the tickets?

Moderator: crythias

Locked
Limitless
Znuny newbie
Posts: 2
Joined: 02 Feb 2012, 22:36
Znuny Version: 3.0
Real Name: Limitless

How to see the pending time of all the tickets?

Post by Limitless »

Hello,

I need to find a way to see the pending time for all tickets, of all agents, if there is a way to filter by queue or name of the agent this it will be great also.
I have admin rights.
Thanks in advance for your answers.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to see the pending time of all the tickets?

Post by crythias »

you might do this from a sql query or simply use the search function.
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
Limitless
Znuny newbie
Posts: 2
Joined: 02 Feb 2012, 22:36
Znuny Version: 3.0
Real Name: Limitless

Re: How to see the pending time of all the tickets?

Post by Limitless »

Maybe is something that i miss but i cannot find a way to see the pending time using the search function, you refer to the search found under the Tickets menu i suppose, no?
Duren
Znuny newbie
Posts: 2
Joined: 10 Nov 2011, 13:00
Znuny Version: 3.0.11
Real Name: Owain Evans
Company: HelpAG Middle East
Location: United Arab Emirates

Re: How to see the pending time of all the tickets?

Post by Duren »

I have been looking at this today. I cannot see anything in the standard search to show Pending Time. I need to get this into a CSV report or something. I attempted to adjust the Ticket::Frontend::AgentTicketSearch###SearchCSVData and browsed through the fields on the SQL database.

Any clues how I could A) add it to the search functionality on the standard search and B) add it to the CSVData for export so that I can run reports on it.

Thanks for any help!
Duren
OTRS 3.0.11:: Windows Server 2003:: MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to see the pending time of all the tickets?

Post by crythias »

My apologies for the incorrect information.

The pending time is called "until_time" and is an epoch number in the "ticket" table.
unfortunately, no TicketSearch appears to return this information, though it would be available from sql searches, which can export to csv.
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
Locked