create_work_item
Create any type of work item in an Azure DevOps project with custom fields and optional parent linkage.
Instructions
Create a new work item of any type.
Args: project: Azure DevOps project name. work_item_type: Work item type (e.g. "Task", "Bug", "Product Backlog Item"). fields: Dict mapping field reference names to values. parent_id: Optional parent work item ID for hierarchy linking. working_directory: Optional path for ADO context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| work_item_type | Yes | ||
| fields | Yes | ||
| parent_id | Yes | ||
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |