retrieve_work_item
Retrieve a work item by its UUID, optionally expanding relations, assignees, and labels for full details.
Instructions
Retrieve a single work item by its UUID. Use expand=relations,assignees,labels for full details. If you have a human-readable identifier like DEV-42, use retrieve_work_item_by_identifier instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| fields | No | ||
| project_id | Yes | ||
| work_item_id | Yes |