update_task_status
Move a Jira issue to a new status by specifying the issue key and target transition name to update its workflow.
Instructions
Transition a Jira issue to a new status using the Jira transitions API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g. PROJ-123) | |
| transition_name | Yes | Target transition name (e.g. 'In Progress', 'Done') |