Search Issues
panelTodo_searchIssuesSearch issues by text query and filter by status, priority, assignee, tags, sprint, or blocked status to pinpoint the issue you need.
Instructions
Search issues with text query and filters. More powerful than listIssues for finding specific issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 100) | |
| query | No | Text to search in title and description | |
| status | No | Filter by status | |
| tagIds | No | Filter by tag IDs (issues with any of these tags) | |
| assignee | No | Filter by assignee (session name). Use 'unassigned' to find unclaimed issues | |
| priority | No | Filter by priority | |
| sprintId | No | Filter by sprint ID | |
| isBlocked | No | Filter by blocked status. false = only unblocked issues ready to work on |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| issues | Yes | ||
| success | Yes |