retrieve_work_item
Retrieve a specific work item by providing its project and work item IDs, with optional field expansion and filtering.
Instructions
Retrieve a work item by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item | |
| expand | No | Comma-separated fields to expand (e.g., "assignees,labels,state") | |
| fields | No | Comma-separated fields to include in response | |
| external_id | No | External system identifier for filtering | |
| external_source | No | External system source name for filtering | |
| order_by | No | Field to order results by (typically not used for single item retrieval) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| assignees | Yes | ||
| labels | Yes | ||
| type_id | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| point | No | ||
| name | Yes | ||
| description_html | No | ||
| description_stripped | No | ||
| description_binary | No | ||
| priority | No | ||
| start_date | No | ||
| target_date | No | ||
| sequence_id | No | ||
| sort_order | No | ||
| completed_at | No | ||
| archived_at | No | ||
| is_draft | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| parent | No | ||
| state | No | ||
| estimate_point | No | ||
| type | No |