Skip to main content
Glama

JIRA MCP Server

transition.use-cases.ts396 B
/** * Issue transition use cases * * Types and interfaces for transitioning issue statuses in the workflow */ /** * Request for transitioning an issue to a different status */ export interface TransitionIssueRequest { /** * ID of the transition to apply */ transitionId: string; /** * Optional fields to update during transition */ fields?: Record<string, unknown>; }

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/Dsazz/mcp-jira'

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