jira_search
Search Jira issues with a JQL query and retrieve matching results including status, assignee, priority, and description. Filter and paginate issues to find exactly what you need.
Instructions
Search Jira issues using a JQL (Jira Query Language) query string. Returns a list of matching issues with key details including status, assignee, priority, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | The JQL query to execute, e.g. 'project=PROJ AND status="In Progress"' or 'assignee=currentUser() ORDER BY updated DESC'. | |
| limit | No | Maximum number of results to return (1–100, default 25). | |
| startAt | No | Zero-based pagination offset (default 0). |