Create work item
create_work_itemCreate Azure Boards work items with custom fields, tags, and assignments. Provide type, title, and confirmation to save the item.
Instructions
Create an Azure Boards work item with standard or custom fields. Requires write tools and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| fields | No | Azure Boards field reference names mapped to values. | |
| confirm | Yes | Must be true to perform the mutation. | |
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| areaPath | No | ||
| assignedTo | No | ||
| description | No | ||
| validateOnly | No | Validate without saving the work item. | |
| workItemType | Yes | Work item type, for example User Story, Bug, Task, or Epic. | |
| iterationPath | No | ||
| suppressNotifications | No |