Hi, who can help me. My problem is I have not found which table contains closed ticket. As I know in the `ost_ticket_event` table there is events relating to closed tickets but it is not contains the employees who really closed the ticket. I also know about `ost_ticket` which is contains infromation about all tickets, but it also do not contains information about employees who really closed the ticket.Thank in advance for any advice and sorry for my english!blank

11-03-2015 14-14-23.jpg

11-03-2015 14-14-23.jpg

11-03-2015 14-14-23.jpg

You are almost at the right place ;)All the info is basically in the ost_ticket table.First you need to look for all ticket with the status_id = 3(see ost_ticket_status table --> status id 3 = closed tickets)Second, take the staff_id (e.g. staff_id = 8 ) from the ticket to see who closed it. Look up the agent's staff_id in the ost_staff table (e.g. staff_id 3 --> Agent "John Doe").You're done :)

I was inattentive. Required data was in `ost_ticket` in column `number`.  The problem was that I thought that show (( In any way, thank you very much for your answer!

Very welcome.Shall I close this thread and mark it as resolved?

Write a Reply...