Skip to main content
Glama

JIRA MCP Server

search_jira_issues

Query JIRA issues using JQL or simplified filters to locate tickets by project, status, assignee, or keywords. Retrieve up to 50 results with customizable fields for detailed insights.

Instructions

Search JIRA issues using JQL queries or helper parameters. Supports both expert JQL and beginner-friendly filters.

Input Schema

NameRequiredDescriptionDefault
assignedToMeNo
fieldsNo
jqlNo
maxResultsNo
projectNo
statusNo
textNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignedToMe": { "type": "boolean" }, "fields": { "items": { "type": "string" }, "type": "array" }, "jql": { "minLength": 1, "type": "string" }, "maxResults": { "default": 25, "maximum": 50, "minimum": 1, "type": "number" }, "project": { "type": "string" }, "status": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "text": { "type": "string" } }, "type": "object" }

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