ado_create
Create new Azure DevOps work items—bugs, user stories, tasks, epics, features—by specifying a title and type, with optional fields for details.
Instructions
Create a new work item in Azure DevOps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Area path | |
| tags | No | Semicolon-separated tags | |
| type | Yes | Work item type (Bug, User Story, Task, Epic, Feature) | |
| state | No | Initial state | |
| title | Yes | Work item title | |
| fields | No | Additional ADO fields as key-value pairs | |
| parent | No | Parent work item ID | |
| reason | No | Reason (e.g. for closing) | |
| priority | No | Priority (1=highest) | |
| iteration | No | Iteration path | |
| assigned_to | No | Assignee email or display name | |
| description | No | Description (HTML) | |
| story_points | No | Story points | |
| acceptance_criteria | No | Acceptance criteria (HTML) |