I need to write a query for the osticket database that selects tickets that have been assigned to a specific user.
So if I wanted to select all the tickets that have been assigned to me (mmcgale) by anyone, what would the query be?
I am joining the results with other data for reporting so it's something I need to query the database for, not use the osticket gui.
Thanks for any assistance.