Jira MCP Server

execute_jql

Run JQL queries on Jira using the REST API to retrieve specific issues. Specify the query string and the number of results to streamline issue search and management.

Instructions

Execute a JQL query on Jira on the api /rest/api/3/search

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string
number_of_resultsNoNumber of results to return

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

ID: v7nmyscj80