Update a ticket
zendesk_update_ticketUpdate Zendesk ticket fields including status, priority, assignee, tags, and custom fields. Optionally add a comment. Confirm changes before applying.
Instructions
Update fields on a ticket: status, priority, type, assignee, group, tags, and custom fields. For custom field values, look up the exact value with zendesk_ticket_fields. Optionally include a comment. This modifies the ticket — confirm changes with the user first. Returns the updated ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | Numeric ticket id. | |
| status | No | New ticket status. | |
| priority | No | ||
| type | No | ||
| assigneeId | No | Assignee user id. | |
| groupId | No | Group id. | |
| tags | No | Replaces the ticket's tags. | |
| customFields | No | Custom field values: [{ id, value }]. Values from zendesk_ticket_fields. | |
| comment | No | Optional comment to add with the update. | |
| commentPublic | No | Whether the optional comment is public (default true). |