quire.searchTasks
Search tasks in a project by keyword and filter by status, priority, assignee, or tag. Returns matching tasks.
Instructions
Search for tasks in a project by keyword and optional filters. Returns tasks matching the search criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID (e.g., 'my-project') or OID to search in | |
| keyword | Yes | Search keyword to match against task names and descriptions | |
| status | No | Filter by status: 0 (to-do) to 100 (complete) | |
| priority | No | Filter by priority: -1 (low), 0 (medium), 1 (high), 2 (urgent) | |
| assigneeId | No | Filter by assignee user ID | |
| tagId | No | Filter by tag ID |