AzureDevops_CreateWorkItem
AzureDevops_CreateWorkItemCreate an Azure DevOps work item by specifying project, type, title, and optional details like description, priority, assignment, and state.
Instructions
Create a new work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Initial state of the work item | |
| title | Yes | Title of the work item | |
| project | Yes | Project name or ID | |
| priority | No | Priority (1-4, where 1 is highest) | |
| area_path | No | Area path for the work item | |
| assigned_to | No | User to assign the work item to | |
| description | No | Description/details of the work item | |
| iteration_path | No | Iteration path for the work item | |
| work_item_type | Yes | Work item type (e.g., Task, Bug, User Story) |