Hi, How can I find out in the MYSQL tables whether a ticket is merged (CHILD or PARENT) ?
Rickymundo
If it has a parent it has a ticket_pid, if not then it’s a child or standalone ticket. You’d have to also link it with the _thread_entry_merge table to see if it’s merged/linked.
Cheers.