jira_transition_issue
Change Jira issue status via workflow transition. Accepts transition name or ID; use jira_get_issue to check current status first.
Instructions
Change the status of a Jira issue by performing a workflow transition. Accepts either a transition name (e.g. 'In Progress', 'Done') or a numeric transition ID. Use jira_get_issue to see the current status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transition | Yes | The transition name (case-insensitive, e.g. 'In Progress', 'Done', 'To Do') or the numeric transition ID. If the name is not found, an error listing available transitions is returned. | |
| issueIdOrKey | Yes | The Jira issue key (e.g. 'PROJ-123') or numeric issue ID. |