jira_update_status
Update Jira issue status to move work items through workflows, such as transitioning to 'In Progress', 'Done', or 'Blocked' states.
Instructions
Transition a Jira work item to a new status (e.g., 'In Progress', 'Done', 'Blocked'). Use to move work items through your workflow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | The Jira work item key (e.g., 'SSAS-123') | |
| status | Yes | The target status to transition to. Example values: 'In Progress', 'Done', 'Blocked', 'Review' |