Search Issues
search_issuesRun JQL queries to search Jira issues and retrieve key details like status, assignee, reporter, and creation date.
Instructions
Runs a JQL query and returns matching issues (GET /rest/api/2/search) with key, summary, status, assignee, reporter, created, and updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string, e.g. 'project = ABC AND status = Open' | |
| maxResults | No | Maximum number of issues to return (default 50) |