list_work_item_relations
Retrieve all relations for a work item, including built-in dependencies and custom relations, grouped by direction or definition label.
Instructions
List every relation for a work item.
Args: project_id: UUID of the project. work_item_id: UUID of the work item.
Returns: dependencies: Built-in dependencies grouped by the six directions. custom: Custom relations grouped by definition label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||