create_work_item
Create a new work item (Task, Bug, User Story, Feature, Epic, Issue) in Azure DevOps with required type and title, plus optional description, assignee, tags, project, and organization.
Instructions
Create a new work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Semicolon-separated tags (optional) | |
| type | Yes | Work item type | |
| title | Yes | ||
| project | No | Project name (optional) | |
| assigned_to | No | Email or @Me (optional) | |
| description | No | ||
| organization | No | Organization name or URL (optional, uses current org if not specified) |