create_work_packages_bulk
Create multiple work packages in one call, each with its own parent ID to attach to different epics, and receive a per-item success/failure report.
Instructions
Create multiple work packages in one call (e.g. all the User Stories parsed from a Word document). Each item can have its own parent_id, so stories can attach to different Epics in the same call. Returns a per-item success/failure report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Work packages to create (max 100 per call) | |
| project_id | Yes | Project ID or identifier where the work packages will be created |