Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search Jira issues using JQL (Jira Query Language)
jira__search_issues
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from accessible-resources" }, "jql": { "type": "string", "description": "Jira Query Language search expression" }, "maxResults": { "type": "number", "description": "Maximum issues to return" }, "nextPageToken": { "type": "string", "description": "Pagination token from the previous Jira JQL search response" }, "fields": { "type": "array", "description": "Issue fields to include" } }, "required": [ "cloudId", "jql" ], "description": "Input schema for the jira__search_issues tool." }