update_ticket_status
Transition a Jira ticket to a specified status, validating the move against the ticket's workflow.
Instructions
Update the status of a Jira ticket by transitioning it to a new status. Validates that the transition is valid for the ticket's current workflow. Common statuses include: 'To Do', 'In Progress', 'In Review', 'Done'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | The Jira ticket ID or key (e.g., 'PROJ-123') | |
| status | Yes | The target status name (e.g., 'In Progress', 'Done') |