create_work_package
Create a new work package in a resolved project. Provide subject and project ID, optionally set type, assignee, dates, and more. Returns the created resource and browser URL.
Instructions
Create a work package and return the created resource plus browser URL. Use only for a new task in a resolved project; this writes immediately and may notify interested users unless notify is false. Omit typeId to select the project's Task type or first available type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | ||
| typeId | No | ||
| dueDate | No | ||
| subject | Yes | ||
| parentId | No | ||
| statusId | No | ||
| projectId | Yes | ||
| startDate | No | ||
| versionId | No | ||
| assigneeId | No | ||
| priorityId | No | ||
| description | No | ||
| estimatedTime | No | ||
| responsibleId | No |