Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_search

Search JIRA issues using JQL queries with pagination support to retrieve and manage specific data efficiently on the MCP server.

Instructions

Search issues using JQL (JIRA Query Language)

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string
maxResultsNoMaximum number of results (default: 50)
startAtNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "jql": { "description": "JQL query string", "type": "string" }, "maxResults": { "description": "Maximum number of results (default: 50)", "type": "number" }, "startAt": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "jql" ], "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