update_ticket
Update an existing ServiceDesk Plus ticket by providing its ID and optionally changing the subject, description, or status.
Instructions
Update fields on an existing ticket in ServiceDesk Plus.
Args: ticket_id: The unique numeric ID of the ticket to update. subject: Optional new subject for the ticket. description: Optional new plain-text or HTML description. status: Optional new status name (e.g. 'Open', 'In Progress', 'Closed').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| subject | No | ||
| ticket_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |