createRequestLinks
Link entities (requests, changes) to a source request.
Links one or more target entities to a source request under a given reference_key relationship. Supported reference keys (examples):
parent_child— Parent-child hierarchy (REQUEST→REQUEST only; the source becomes the parent of the targets).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
requestId | string | Yes | Source request display ID (e.g., REQ-123, INC-456) |
reference_key | string | Yes | Reference key of the relationship (e.g., "relates", "blocks", "causes", or "implicit_causes") |
entities | BulkLinkEntityGroupDTO[] | Yes | List of entity groups to link, each specifying a target entity type and its display IDs |
