quire.searchOrganizationTasks
Search for tasks across all projects in an organization using keywords and optional filters like status, priority, assignee, or tag.
Instructions
Search for tasks across an entire organization by keyword and optional filters. This searches all projects within the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The organization ID (e.g., 'my-org') 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 |