Hi, do you guys know how could I get the time when does ticket is assigned? i'm trying to pull some data using sql query in MariaDB?
kel_gorl
Assigned is an event in the _event table. So a Ticket will have a _thread which that thread will have _thread_events and one will have an event_id matching the assigned _event’s ID.
Cheers.