Skip to main content
Glama

Jira MCP Server

transition_jira_issue

Move a Jira issue to a new status by specifying the issue key and transition ID, optionally adding comments or updating fields during the process.

Instructions

Transition a Jira issue to a new status

Input Schema

NameRequiredDescriptionDefault
commentNoComment to add during transition (optional)
fieldsNoAdditional fields to update during transition (optional)
issue_keyYesThe issue key (e.g., PROJECT-123)
transition_idYesID of the transition to perform (get IDs using get_transitions)

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment to add during transition (optional)", "type": "string" }, "fields": { "description": "Additional fields to update during transition (optional)", "type": "object" }, "issue_key": { "description": "The issue key (e.g., PROJECT-123)", "type": "string" }, "transition_id": { "description": "ID of the transition to perform (get IDs using get_transitions)", "type": "string" } }, "required": [ "issue_key", "transition_id" ], "type": "object" }
Install Server

Other Tools from Jira MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/InfinitIQ-Tech/mcp-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server