kaiten_add_planned_relation
Create a finish-to-start planned relation between two cards, making the source card the predecessor and the target card the successor. Both cards need planned start and end dates.
Instructions
Create a planned relation (successor link) between two cards on Timeline/Gantt. The source card (card_id) becomes a predecessor and the target card becomes its successor. Both cards must have planned_start and planned_end dates set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Relation type. Currently only 'end-start' (finish-to-start) is supported. | end-start |
| card_id | Yes | ID of the source (predecessor) card. | |
| target_card_id | Yes | ID of the target (successor) card. |