search_issues
Search Jira issues with a JQL query. Get a markdown list of matching issues showing key, type, status, summary, assignee, and last update, capped at a set limit.
Instructions
Search Jira with a JQL query; returns a compact Markdown list.
Each result line has key, type, status, summary, assignee and last
update. Example JQL: 'project = PROJ AND status != Done ORDER BY
updated DESC'. Results are capped at limit (1-100); the output notes
when more matches exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | A JQL query string (sent via POST, so any length/complexity works). | |
| limit | No | Maximum number of issues to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |