jira_update_story_status
Update a Jira story's status to advance it through the workflow. Provide the issue key and target status to trigger the transition.
Instructions
Transition a Jira story to a new status. The available transitions depend on the current workflow configuration. Common statuses: 'To Do', 'In Progress', 'In Review', 'Done', 'Blocked'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Jira issue key (e.g. SFDC-123) | |
| targetStatus | Yes | The target workflow status name (e.g. 'In Progress', 'Done', 'Blocked'). Must match an available transition exactly. |