Skip to main content
Glama

JIRA MCP Server

issue-search.models.ts522 B
/** * Issue Search Models */ import type { Issue } from "./issue.models"; export interface SearchIssuesOptions { jql: string; maxResults?: number; startAt?: number; fields?: string[]; } export interface SearchIssuesResponse { issues: Issue[]; maxResults: number; startAt: number; total: number; } /** * Search result structure returned by JIRA search endpoint */ export interface IssueSearchResult { expand?: string; startAt: number; maxResults: number; total: number; issues: Issue[]; }

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