List work packages
op_list_work_packagesLists work packages, optionally filtered by project, status, assignee, or other criteria, using OpenProject filter syntax.
Instructions
List work packages, optionally scoped to a project. Supports OpenProject filter syntax. Common filter fields: "status_id", "assignee", "project", "type", "priority", "subject" ("~" search), "updatedAt".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIdOrIdentifier | No | If set, lists work packages for that project; otherwise lists across all projects | |
| filters | No | ||
| sortBy | No | ||
| groupBy | No | ||
| offset | No | ||
| pageSize | No | ||
| raw | No |