Skip to main content
Glama

JIRA MCP Server

search_jira_issues

Query JIRA issues with JQL or beginner-friendly filters. Retrieve specific tickets by project, status, assignee, or text search. Integrates with Cursor IDE for easy issue tracking and task conversion.

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