execute_jql
Run a JQL query to search Jira issues and retrieve their summary fields, with configurable result limits.
Instructions
Run a JQL search and return issues (summary fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string | |
| maxResults | No | Maximum number of results (default 10, max 100). |