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.
How to see the pending time of all the tickets?
Moderator: 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?
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
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
Re: How to see the pending time of all the tickets?
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?
-
- 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?
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
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
-
- 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?
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.
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
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