search_issues
Search Jira issues using custom JQL queries. Returns key, summary, status, assignee, labels, and fixVersions for ad-hoc analysis.
Instructions
Escape hatch for ad-hoc JQL queries. Returns a page of matching issues with key, summary, status, assignee, labels, and fixVersions. Use high-level tools (get_sprint_health, run_sprint_audit) for routine PM operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string | |
| fields | No | Specific field keys to return. Defaults to common fields. | |
| start_at | No | Pagination offset | |
| max_results | No | Results per page (max 100) |