azuredevops_create_work_item
Create a new Azure DevOps work item like a Bug, Task, or User Story. Specify the project, type, and title to log and track work.
Instructions
Create a new Azure DevOps work item (Bug, Task, User Story, Feature, etc.). Project is required - discover it from project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags separated by semicolons (e.g., "tag1; tag2") | |
| type | Yes | Work item type (e.g., "Bug", "Task", "User Story", "Feature") | |
| title | Yes | Work item title | |
| project | Yes | Azure DevOps project name (required - discover from project context) | |
| areaPath | No | Area path (e.g., "Project\\Team") | |
| parentId | No | Parent work item ID to link to | |
| priority | No | Priority (1=Critical, 2=High, 3=Medium, 4=Low) | |
| severity | No | Severity for bugs (e.g., "1 - Critical", "2 - High", "3 - Medium", "4 - Low") | |
| assignedTo | No | User to assign (email or display name) | |
| description | No | Work item description (HTML supported) | |
| iterationPath | No | Iteration path (e.g., "Project\\Sprint 1") |