Create OpenProject Work Package
create_work_packageCreate a new work package in OpenProject by specifying project, type, and subject. Optionally set dates, assignee, priority, status, parent, and description.
Instructions
Create a work package. Requires OPENPROJECT_ENABLE_WRITE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | ||
| subject | Yes | ||
| type_id | Yes | ||
| due_date | No | ||
| parent_id | No | ||
| status_id | No | ||
| project_id | Yes | ||
| start_date | No | ||
| assignee_id | No | ||
| description | No | ||
| priority_id | No |