search_work_packages
Search visible work packages by subject, filters, status, assignee, due date, with sorting and pagination for discovery or listing.
Instructions
Search visible work packages with focused fields plus optional native filters, sorting, and pagination. Use this for discovery or lists; use get_work_package for the complete resource once an ID is known and count_work_packages for totals only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive subject text fragment | |
| offset | No | ||
| sortBy | No | ||
| dueDate | No | Exact due date in YYYY-MM-DD format | |
| filters | No | ||
| pageSize | No | ||
| statusId | No | ||
| projectId | No | ||
| assigneeId | No | ||
| assignedToMe | No | Resolve the current user and filter by that assignee; cannot be combined with assigneeId | |
| statusCategory | No | Broad status group; cannot be combined with statusId |