Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_transition_issue

Move a JIRA issue to a new status using a specified transition ID, with an optional comment to document the change. Simplifies issue management workflows.

Instructions

Transition an issue to a new status

Input Schema

NameRequiredDescriptionDefault
commentNoOptional comment for the transition
issueKeyYesThe JIRA issue key
transitionIdYesThe transition ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "Optional comment for the transition", "type": "string" }, "issueKey": { "description": "The JIRA issue key", "type": "string" }, "transitionId": { "description": "The transition ID", "type": "string" } }, "required": [ "issueKey", "transitionId" ], "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/hackdonalds/jira-mcp'

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