create_work_package
Create a work package in an OpenProject project by specifying the project ID and subject. Use optional parameters for type, status, assignee, and description to tailor the work package.
Instructions
Create a new work package in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | The subject/title of the work package | |
| type_id | No | The type ID (default: 1) | |
| status_id | No | The ID of the status | |
| project_id | Yes | The ID of the project | |
| assignee_id | No | The ID of the assignee user | |
| description | No | The description of the work package |