MCP tool to update the status of a ticket in the Thena platform.
update_ticket_status
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 |
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) |