create_work_item
Create work items like tasks, bugs, or user stories in Azure DevOps boards by specifying project, title, type, and optional assignee.
Instructions
Create a work item on the board. type options: Task, Bug, User Story, Epic, Feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Work item type | Task |
| title | Yes | Work item title | |
| project | Yes | Azure DevOps project name | |
| assigned_to | No | Assignee display name (optional) |