create_work_item_relation
Establish relationships between work items by specifying relation type and linked issues. Supports blocking, blocked_by, duplicate, relates_to, and temporal relations.
Instructions
Create 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 | |
| relation_type | Yes | Type of relationship (blocking, blocked_by, duplicate, relates_to, start_before, start_after, finish_before, finish_after) | |
| issues | Yes | List of work item IDs to create relations with |