azdo_get_work_item
Fetch a single Azure DevOps work item by integer ID. Returns id, browse URL, title, description (HTML stripped to plain text), work item type, state, priority, assignee, creator, tags, area path, iteration path, and timestamps. Uses the calling user's stored AzDO credential — does not accept inline credentials. Returns an actionable error if AzDO is not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AzDO work item ID (e.g. 12345). Positive integer. |