search_issues
Search Jira issues with JQL to retrieve key, summary, status, assignee, priority, and type.
Instructions
Search Jira issues using JQL. Returns key, summary, status, assignee, priority, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string, e.g. "assignee = currentUser() AND status != Done ORDER BY updated DESC" | |
| maxResults | No | Max results to return (default 20) |