Skip to main content
Glama

Jira MCP Server

search_jira_issues

Retrieve Jira issues by submitting a JQL query to filter and fetch specific results, with options to limit the number of returned entries using the Jira MCP Server.

Instructions

Search for Jira issues using JQL (Jira Query Language)

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string (e.g., 'project = MYPROJ AND status = "In Progress"')
max_resultsNoMaximum number of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "jql": { "description": "JQL query string (e.g., 'project = MYPROJ AND status = \"In Progress\"')", "type": "string" }, "max_results": { "description": "Maximum number of results to return (default: 10)", "type": "integer" } }, "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/InfinitIQ-Tech/mcp-jira'

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