azdo_create_work_item
Create a new AzDO work item. Returns the new id + browse URL. ALWAYS confirm with the user before calling — this is a mutating operation. Defaults workItemType to 'Task'. The 'project' arg is the AzDO project name (often the same as the URL segment after the org). description is plain text and gets wrapped in basic tags for AzDO's HTML field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags. AzDO stores as semicolon-separated string internally. | |
| title | Yes | Short work item title. Keep under 255 chars. | |
| project | Yes | AzDO project name (e.g. 'MyApp', 'Digital Platform'). Case-sensitive. Use the same value visible in the AzDO URL after the org segment. | |
| description | No | Work item body. Plain text — newlines become paragraph breaks in AzDO. | |
| workItemType | No | Work item type (e.g. "Bug", "Task", "User Story", "Epic"). Defaults to "Task". Must match a type available in the target project (depends on the AzDO process template). |