jira_search
Search Jira issues using JQL queries and retrieve a compact list of key fields, including status, assignee, and priority, to streamline issue tracking.
Instructions
Search Jira issues with a JQL query. Returns a compact list (key, summary, status, assignee, priority, updated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query, e.g. 'project = ABC AND status = "In Progress"' | |
| fields | No | Extra fields to include beyond the default summary set | |
| maxResults | No | Max issues to return (default 25) |