create_entity_relationship
Creates a parent, child, link, or blocking relationship between two Productboard entities by providing source and target UUIDs.
Instructions
Create a relationship between two Productboard entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Relationship type: 'parent', 'child', 'link', 'isBlockedBy', 'isBlocking' | |
| entityId | Yes | Source entity UUID | |
| targetId | Yes | Target entity UUID |