MCP tool to update the priority of a ticket in the Thena platform.
update_ticket_priority
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the ticket to update |
priorityId | string | No | The ID of the priority to set |
priorityName | string | No | The name of the priority 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) |