ado_create_work_item
Create a work item in Azure DevOps by specifying type and fields; optionally link to a parent item.
Instructions
Create a work item (Bug, Task, User Story, Epic, …). Pass fields as a map; optionally set a parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Work item type, e.g. "Bug", "Task", "User Story", "Epic" | |
| fields | Yes | Field map keyed by reference name, e.g. {"System.Title":"Fix bug","System.State":"Active"} | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| parentId | No | Parent work item ID (creates a hierarchy link) |