search_tasks
Retrieve Jira issues using a text search or raw JQL to locate matching tasks.
Instructions
Search Jira issues by text query or raw JQL. Provide either 'query' (text search) or 'jql' (raw JQL), not both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Raw JQL query (e.g. 'project = PROJ AND status = "In Progress"') | |
| query | No | Text to search for in issues (uses text ~ "...") | |
| max_results | No | Maximum number of results (1-50, default 5) |