MCP tool to update a ticket in the Thena platform.
update_ticket
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the ticket to update |
title | string | No | The title of the ticket |
assignedAgentId | string | No | The ID of the assigned agent |
accountId | string | No | The ID of the account |
assignedAgentEmail | string | No | The email of the assigned agent |
description | string | No | The description of the ticket |
dueDate | string | No | The due date of the ticket (ISO format) |
submitterEmail | string | No | The email of the submitter |
statusId | string | No | The ID of the status |
statusName | string | No | The name of the status |
priorityId | string | No | The ID of the priority |
priorityName | string | No | The name of the priority |
sentimentId | string | No | The ID of the sentiment |
metadata | object | No | Additional metadata |
typeId | string | No | The ID of the type |
isPrivate | boolean | No | Whether the ticket is private |
source | string | No | The source of the ticket |
aiGeneratedTitle | string | No | AI generated title |
aiGeneratedSummary | string | No | AI generated summary |
Field | Type | Description |
---|---|---|
id | string | Ticket unique ID |
ticketId | number | Ticket number |
title | string | Ticket title |
description | string | Ticket description |
source | string | Source of the ticket |
status | string | Current status |
priority | string | Priority |
teamId | string | Team ID |
teamName | string | Team name |
teamIdentifier | string | Team identifier |
ticketIdentifier | string | Ticket identifier |
subTeamId | string | Subteam ID |
subTeamName | string | Subteam name |
subTeamIdentifier | string | Subteam identifier |
isPrivate | boolean | Whether the ticket is private |
formId | string | Form ID |
requestorEmail | string | Requestor email |
submitterEmail | string | Submitter email |
customFieldValues | array | Custom field values |
customerContactId | string | Customer contact ID |
customerContactFirstName | string | Customer contact first name |
customerContactLastName | string | Customer contact last name |
customerContactEmail | string | Customer contact email |
statusId | string | Status ID |
priorityId | string | Priority ID |
sentimentId | string | Sentiment ID |
sentiment | string | Sentiment |
storyPoints | number | Story points |
aiGeneratedTitle | string | AI generated title |
aiGeneratedSummary | string | AI generated summary |
createdAt | string | Creation timestamp (ISO8601) |
updatedAt | string | Last update timestamp (ISO8601) |
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) |