jira_workflow_transition_tool
Transition a Jira issue to a new workflow status by specifying the issue key and transition ID. Optionally provide required fields like resolution when closing an issue.
Instructions
Transition an issue through workflow.
Executes a workflow transition, moving the issue to a new status. Some transitions may require additional fields (e.g., resolution when closing an issue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key (e.g., "PROJ-123") | |
| transition_id | Yes | Transition ID to execute (use get_transitions to find valid IDs) | |
| fields | No | Optional fields required by the transition (e.g., {"resolution": {"name": "Done"}}) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||