Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_transition_issue

Update a JIRA issue's status by specifying the issue key and transition ID, with an optional comment for tracking the change.

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" }

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