Create work package
op_create_work_packageCreate a work package in an OpenProject project by specifying subject, project ID, and type ID. Additional fields like dates, assignee, and priority are optional.
Instructions
Create a work package in a project. At minimum provide subject, projectId, and typeId. When patching dates use ISO YYYY-MM-DD strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric project id or identifier slug | |
| subject | Yes | ||
| typeId | Yes | Use op_list_types to discover available type ids | |
| description | No | ||
| statusId | No | ||
| priorityId | No | ||
| assigneeId | No | ||
| parentId | No | ||
| startDate | No | YYYY-MM-DD | |
| dueDate | No | YYYY-MM-DD | |
| estimatedTime | No | ISO 8601 duration, e.g. PT4H | |
| notify | No | Send notifications about the creation (default true) |