Skip to main content
Glama

JIRA MCP Server

issue.responses.ts589 B
/** * JIRA Issue Response Types * * Contains response types related to JIRA issues */ import type { Issue } from "../../issues/models"; /** * Single issue response with success/error handling */ export interface IssueResponse { success: boolean; data?: Issue; error?: string; } /** * Multiple issues response with success/error handling */ export interface IssuesResponse { success: boolean; data?: Issue[]; error?: string; } /** * Response structure when creating a new issue */ export interface NewIssueResponse { id: string; key: string; self: string; }

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