bulk_create_work_items
Create multiple work items in one request with automatic rate limiting and retry on 429 errors. Use for batch creation of 10+ items and receive created IDs plus failures.
Instructions
Create multiple work items at once with automatic rate limiting and retry on 429. Pass an array of items — each with the same fields as create_work_item. Returns created IDs and any failures. Use this instead of calling create_work_item in a loop for 10+ items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Work items to create | |
| project_id | Yes | UUID of the project |