create_work_item
Creates a new Azure DevOps work item with required type and title, and optional fields for assignee, priority, tags, area, iteration, parent link, and HTML description.
Instructions
Create a new work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to add to the work item | |
| title | Yes | The title of the work item | |
| areaPath | No | The area path for the work item | |
| parentId | No | The ID of the parent work item to create a relationship with | |
| priority | No | The priority of the work item | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| assignedTo | No | The email or name of the user to assign the work item to | |
| description | No | Work item description in HTML format. Multi-line text fields (i.e., System.History, AcceptanceCriteria, etc.) must use HTML format. Do not use CDATA tags. | |
| workItemType | Yes | The type of work item to create (e.g., "Task", "Bug", "User Story") | |
| iterationPath | No | The iteration path for the work item | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| additionalFields | No | Additional fields to set on the work item. Multi-line text fields (i.e., System.History, AcceptanceCriteria, etc.) must use HTML format. Do not use CDATA tags. |