list_work_item_links
Retrieve all links associated with a work item in Plane by providing project and work item IDs. Returns a list of WorkItemLink objects with details.
Instructions
List links for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item params: Optional query parameters as a dictionary
Returns: List of WorkItemLink objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |