create_work_item_atomic
Create a work item with all related operations in a single transaction. Supports name resolution for categories, tags, and importance levels.
Instructions
Create a work item atomically with all related operations in a single transaction. v4.5+ supports name resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the work item | |
| tagIds | No | Tag IDs or names | |
| boardId | No | Board/sprint to add to | |
| stageId | No | Stage ID | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| categoryId | Yes | Category ID or name | |
| description | No | Description/details | |
| estimatedCost | No | Estimated cost/points | |
| importanceLevelId | No | Importance level ID or name |