Close all tickets for an instance

Sometimes an event (such as a broken pump) generates Event tickets for all companies in an instance. Closing all the tickets manually can be very time-consuming. Contact your Medallia expert to close all tickets for a given instance.

Medallia Support can use this SQL command to close all tickets for a given instance:

UPDATE event_ticket SET state = 1 WHERE state = 0;