Skip to main content
Glama

MCP JIRA Server

search_jira_issues

Search for Jira issues using JQL (Jira Query Language) syntax directly through the MCP JIRA Server, enabling precise issue retrieval with optional site alias and basic-only filters.

Instructions

Search for Jira issues using JQL (Jira Query Language) syntax

Input Schema

NameRequiredDescriptionDefault
basic_onlyNo
queryYes
site_aliasNo

Input Schema (JSON Schema)

{ "properties": { "basic_only": { "default": false, "title": "Basic Only", "type": "boolean" }, "query": { "title": "Query", "type": "string" }, "site_alias": { "default": null, "title": "Site Alias", "type": "string" } }, "required": [ "query" ], "title": "search_jira_issues_toolArguments", "type": "object" }
Install Server

Other Tools from MCP JIRA 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/codingthefuturewithai/mcp_jira'

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