Ticket Reports
Hey there! I'm looking for a more detailed report on an archived ticket queue that I could run to show me the history of tickets. I'm looking for items like: created to opened, escalation points, times stalled, etc. I know NOTHING about sql unfortunately, and have tested a few items that i've found online, but nothing compares to what i'm looking for. Is this possible? Thanks in advance!! :)
3 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
https://github.com/csteelatgburg/K1000-Database-Queries/blob/master/tickets%20showing%20owner%20and%20approval%20changes.sql
Most of the data you are looking to show is stored in HD_ARCHIVE_TICKET_CHANGE and HD_ARCHIVE_TICKET_CHANGE_FIELD, so you should be able to get to it.
Are you interested in learning some SQL, or at least poking around in the tables to see what is there? If so, then I recommend setting up the external reporting and MySQL WorkBench.
Otherwise, is there anyone on your team that could help with report writing? - chucksteel 5 years ago