devops_work_item_get
Retrieve a work item by numeric ID and get its key fields, attachments, and linked items including pull requests and commits.
Instructions
Retrieve a single work item by numeric ID. Returns a compact object with key fields (title, state, type, assignee, description, acceptance criteria, tags, parent), plus attachments (files and inline images) and linked items (work items, pull requests, commits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | The numeric work item ID to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |