Transition Issue
jira_transition_issueMove a Jira issue to a new status using a transition ID, optionally updating fields and adding a comment.
Instructions
Transition a Jira issue to a new status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | (Optional) JSON string of fields to update during the transition. Some transitions require specific fields to be set (e.g., resolution). Example: '{"resolution": {"name": "Fixed"}}' | |
| comment | No | (Optional) Comment to add during the transition in Markdown format. This will be visible in the issue history. Rejected for projects listed in JIRA_INTERNAL_ONLY_PROJECTS (a transition comment may be customer-visible on JSM and cannot be forced internal): transition without a comment, then post an internal note with jira_add_comment(public=false). | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') | |
| transition_id | Yes | ID of the transition to perform. Use the jira_get_transitions tool first to get the available transition IDs for the issue. Example values: '11', '21', '31' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |