create_work_package
Create a new work package in a project by specifying its name, description, milestone, and time estimates.
Instructions
Create work package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the work package | |
| comment | No | Description for work package | |
| project_id | Yes | the id of the project | |
| pr_milestone_id | No | References a [milestone object](#operation/ListMilestones) | |
| spent_time_in_hours | No | time spent on work package | |
| estimated_time_in_hours | No | estimated time on work package |