jira-mcp

jql_search

Perform enhanced JQL search in Jira

Input Schema

NameRequiredDescriptionDefault
expandNoAdditional info to include in the response
fieldsNoList of fields to return for each issue
jqlYesJQL query string
maxResultsNoMaximum results to fetch
nextPageTokenNoToken for next page

Input Schema (JSON Schema)

{ "properties": { "expand": { "description": "Additional info to include in the response", "type": "string" }, "fields": { "description": "List of fields to return for each issue", "items": { "type": "string" }, "type": "array" }, "jql": { "description": "JQL query string", "type": "string" }, "maxResults": { "description": "Maximum results to fetch", "type": "integer" }, "nextPageToken": { "description": "Token for next page", "type": "string" } }, "required": [ "jql" ], "type": "object" }

You must be authenticated.

Other Tools