add_relationship
Add a relationship between two kanban items with types: blocks, depends_on, relates_to, or duplicates.
Instructions
Add a relationship between two items.
Types: 'blocks' (source blocks target from completing), 'depends_on' (source depends on target being complete), 'relates_to' (informational), 'duplicates' (informational)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | source_id parameter | |
| target_id | Yes | target_id parameter | |
| relationship_type | Yes | relationship_type parameter |