Description
Updates the status and/or assignee of one or more tickets in a single call. Supports bulk updates — multiple tickets can be updated simultaneously by providing a list of update objects.
This is a location-level tool. locationId must match the location the tickets belong to.
Parameters
Ticket update object fields
Example Usage
Notes
- At least one of
assignedTo or ticketStatus should be provided in each update object.
- Call
get_all_ticket_data to retrieve ticket IDs if not already known.
- Call
get_child_locations to get valid locationId values.