list_work_item_relations
Retrieve all relationships associated with a work item within a project, including dependencies and links.
Instructions
List relations for a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocking | Yes | List of issue IDs that are blocking this issue | |
| blocked_by | Yes | List of issue IDs that this issue is blocked by | |
| duplicate | Yes | List of issue IDs that are duplicates of this issue | |
| relates_to | Yes | List of issue IDs that relate to this issue | |
| start_after | Yes | List of issue IDs that start after this issue | |
| start_before | Yes | List of issue IDs that start before this issue | |
| finish_after | Yes | List of issue IDs that finish after this issue | |
| finish_before | Yes | List of issue IDs that finish before this issue |