haops_update_ticket
Update helpdesk ticket fields including status, priority, category, assignee, and tags to manage triage and ticket lifecycle.
Instructions
Update helpdesk ticket fields (status, priority, category, assignee, tags). Used for triage and management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag strings to set on the ticket | |
| status | No | New ticket status | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| category | No | Ticket category | |
| language | No | Ticket language for email templates (bg or en) | |
| priority | No | New priority level | |
| ticketId | Yes | Ticket UUID | |
| projectSlug | Yes | The project slug (URL identifier) | |
| assignedToId | No | Assignee user UUID |