update_work_items
Batch update work items with support for auto-creating tags and consolidating assignments, milestones, and stage changes in a single call.
Instructions
Update one or more work items (array-based). Supports auto-create for tags: when string names are provided and the tag does not exist, it will be created automatically. Consolidates all setter operations (assignedUserIds, tagIds, parentStoryId, designElementId) into a single call. Returns unified response with items array, counts, per-item errors, and warnings for auto-created tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of work items to update (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |