Skip to main content
Glama

confluence-mcp

execute_jql_search

Run a JQL query on Jira to search and retrieve specific issues, with configurable result limits for targeted issue discovery and management.

Instructions

Execute a JQL query on Jira to search issues

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string
limitNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "jql": { "description": "JQL query string", "type": "string" }, "limit": { "default": 10, "description": "Number of results to return", "type": "integer" } }, "required": [ "jql" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

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/zereight/confluence-mcp'

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