Create Association
create_associationCreates a link between two Codebeamer work items using an association type ID (e.g., 'depends on', 'blocks'). Discover valid type IDs via get_item_relations.
Instructions
Create an association (link) between two Codebeamer work items. Common association types: 'depends on', 'blocks', 'related to', 'derived from'. Use get_item_relations on an existing item to discover valid association type IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromItemId | Yes | Source item ID | |
| toItemId | Yes | Target item ID | |
| typeId | Yes | Association type ID (use get_item_relations to discover types) | |
| description | No | Optional description for the association |