dooray_search
Search Dooray tasks using criteria like workflow, assignee, tags, status, or date range with AND/OR logic to find specific project items.
Instructions
Search Dooray content - tasks by various criteria including workflow, assignee, tags, status, date range with AND/OR logic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchType | Yes | Type of search to perform | |
| query | No | Search query text (for tasks search) | |
| assigneeId | No | Assignee ID (for by_assignee search) | |
| status | No | Task status (for by_status search) | |
| tagName | No | Tag name (for by_tag search) | |
| workflowId | No | Workflow ID (for by_workflow search) | |
| startDate | No | Start date (for by_date_range search) | |
| endDate | No | End date (for by_date_range search) | |
| conditions | No | Array of search conditions (for advanced search) | |
| logicOperator | No | Logic operator for combining conditions in advanced search (default: AND) | |
| limit | No | Maximum results to return (optional) |