get_work_item_details
Retrieve complete work item details including description, acceptance criteria, history, and metadata fields by providing the work item ID.
Instructions
Get full details of a single work item (PBI, Task, Bug, Feature, Epic).
USE THIS TOOL when the user asks about a specific work item by ID, wants the description, acceptance criteria, history, or full details.
Args: work_item_id: The numeric work item ID (e.g. 12345). project: Project name (default from config).
Returns complete work item details including description, acceptance criteria, parent/child links, and all metadata fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | ||
| project | No |