update_ticket
Update an existing ticket's details including title, description, status, priority, assignee, and tags in Ravenna.
Instructions
Update an existing ticket in Ravenna
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the ticket to update | |
| title | No | Updated title of the ticket | |
| description | No | Updated description of the ticket | |
| status | No | Updated status of the ticket | |
| priority | No | Updated priority of the ticket | |
| assignee | No | User ID to assign the ticket to | |
| tags | No | Updated tags for the ticket |