search_issues
Query Jira with JQL to find matching issues and return compact summaries; read-only results are capped by JIRA_MAX_SEARCH_LIMIT.
Instructions
Search Jira issues using JQL (Jira Query Language) and return compact summaries. Read-only; results are capped by JIRA_MAX_SEARCH_LIMIT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query, e.g. "project = DEMO AND status = \"In Progress\"" | |
| limit | No | Max issues to return |