create_work_items
Create multiple work items in a project by specifying titles and categories, with support for resolving category, importance, and tag names. Returns detailed results including errors and warnings per item.
Instructions
Create one or more work items (array-based). Supports name resolution for categoryId, importanceLevelId, and tagIds. Single-item and batch calls use the same interface. Returns unified response with items array, counts, per-item errors, and warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of work items to create (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |