jira_search
Query Jira issues via JQL with optional field selection and pagination. Supports up to 50 results per request.
Instructions
Search Jira issues by JQL (read-only), with offset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query, e.g. 'project = PROJ AND status = "In Progress"'. | |
| limit | No | Max issues to return (capped at 50). | |
| fields | No | Optional comma-separated field list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||