post
https://api.productboard.com/v2/entities//relationships
Creates a relationship between two Entities.
Specify the source entity via the URL path ({id}), and the target entity and relationship type in the request body.
The type field determines the direction and nature of the relationship.
Supported values:
parent– declare the target as the parent of the sourcechild– declare the target as the child of the sourcelink– create a non-hierarchical connection between entitiesisBlockedBy– create a dependency between entitiesisBlocking– create a dependency between entities
Limitations
- Only valid combinations of source and target entities are allowed for each relationship type.
- The target entity must exist and be accessible.