MCP tool: update_ticket_status
Updates the status of a ticket in the Thena platform. Useful for workflow automation, ticket management, and support operations.
Example prompt
Input parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the ticket to update |
statusId | string | No | The ID of the status to set |
statusName | string | No | The name of the status to set |
Response fields
Field | Type | Description |
---|---|---|
data | object | The updated ticket object |
status | boolean | Whether the update succeeded |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |