jira_transition_issue
Transition a Jira or ServiceNow ticket to a new workflow state using a transition name like 'In Progress' or 'Resolved'. Use dry_run=true to preview the transition without applying it.
Instructions
Transition an existing Jira/ServiceNow ticket to a new workflow state. Safe-by-default: dry_run=True returns the intended transition without applying it. Common transition_name values: 'In Progress', 'Resolved', 'Done', 'Closed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| transition_name | Yes | ||
| dry_run | No | ||
| reason | No | ||
| confirm_token | No |