Detect merged ticket on ticket update

When an agent merges tickets, the secondary tickets are closed automatically. Is it possible in the onTicketUpdate event to detect that the ticket has been merged into another one?

1 Like

You could check for onConversationCreate events with “This ticket is closed and merged into ticket xxx” in the body.

1 Like

Hi Jamie,

Good solution. Thanks. Do you know if this event fires before the onTicketClosed event?

1 Like

sorry meant onTicketUpdate event

1 Like

Not sure, sorry! I would hazard a guess that the conversation event would be passed to the app after the update event.

1 Like

Thanks Jamie. Need to do some tests but good idea.

1 Like