update_ticket
Update a Zendesk ticket by ID, modifying subject, comment, priority, status, assignee, group, type, or tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID to update | |
| subject | No | Updated ticket subject | |
| comment | No | New comment to add | |
| priority | No | Updated ticket priority | |
| status | No | Updated ticket status | |
| assignee_id | No | User ID of the new assignee | |
| group_id | No | New group ID for the ticket | |
| type | No | Updated ticket type | |
| tags | No | Updated tags for the ticket |