create_work_item_relation
Establish a connection between two work items in Plane by specifying the relation type (e.g., blocked_by, blocks, duplicate, relates_to). Use it to link related issues for clearer project tracking.
Instructions
Create a relation between two work items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| external_id | No | ||
| work_item_id | Yes | ||
| related_issue | Yes | UUID of the related work item. | |
| relation_type | Yes | Type of relation (e.g. "blocked_by", "blocks", "duplicate", "relates_to"). | |
| external_source | No |