jira_transition_issue
Change a JIRA issue's status by executing a workflow transition identified by an ID, optionally adding a comment.
Instructions
Transition a JIRA issue to a new workflow state. Use jira_get_issue with include_transitions=True to see available transitions and their IDs.
Args: issue_key: The JIRA issue key (e.g., "PROJECT-123") transition_id: ID of the transition to execute (from jira_get_issue transitions) comment: Optional comment to add with the transition
Returns: Confirmation with issue key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| issue_key | Yes | ||
| transition_id | Yes |