create-work-item
Create new work items in Azure DevOps, including tasks, bugs, and user stories, with options for assignment, tagging, and sprint planning.
Instructions
Create a new work item in Azure DevOps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Work item type (e.g., Task, Bug, User Story) | |
| title | Yes | Work item title | |
| description | No | Work item description | |
| assignedTo | No | Email of the person to assign the work item to | |
| tags | No | Semicolon-separated tags | |
| parent | No | Parent work item ID for establishing hierarchy during creation | |
| iterationPath | No | Iteration path for sprint assignment (e.g., ProjectName\Sprint 1) | |
| state | No | Initial work item state (e.g., New, Active) |