Tool details
Playground
Input schema
input-schema.json
Documentation Index
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)
| Field | Value |
|---|---|
| Name | jira__search_issues |
| Group | Integrations |
{
"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 returned by the preceding Jira JQL search response. Use it only to continue the same JQL search; do not invent it or use an offset. If Jira rejects it, retry without nextPageToken"
},
"fields": {
"type": "array",
"description": "Issue fields to include"
}
},
"required": [
"cloudId",
"jql"
],
"description": "Input schema for the jira__search_issues tool."
}