retrieve_work_item_link
Retrieve a specific link attached to a work item by passing project, work item, and link IDs to return the link details.
Instructions
Retrieve a specific link for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item link_id: UUID of the link
Returns: WorkItemLink object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | Yes | ||
| issue | No | ||
| title | No | ||
| project | No | ||
| metadata | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No |