list_work_packages
Retrieve work packages from OpenProject with filters for project, assignee, status, or parent tasks to manage project tasks efficiently.
Instructions
List work packages with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID or slug | |
| parentId | No | Parent work package ID to list children | |
| assigneeId | No | Assignee user ID or 'me' | |
| status | No | Status filter | |
| pageSize | No | Number of results |