get_work_item
Retrieve a single Azure DevOps work item with all details, including resolved hierarchy, related, and pull request artifact links.
Instructions
Get a single work item with $expand=all, including relations (hierarchy, Related, and ArtifactLink PR references resolved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item id. | |
| bypassCache | No | Force a fresh fetch, ignoring the cache. |