kaiten_update_planned_relation
Update the time gap between linked cards by setting lag or lead in hours or days, adjusting the planned relation on the Gantt timeline.
Instructions
Update the gap (lag/lead) of a planned relation between two cards. Gap defines the time distance between the predecessor's end and the successor's start on the Timeline/Gantt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | Yes | Distance between cards (-1000..1000). Positive = lag, negative = lead. null to clear. | |
| card_id | Yes | ID of the source (predecessor) card. | |
| gap_type | Yes | Unit of the gap: 'hours', 'days', or null to clear. | |
| target_card_id | Yes | ID of the target (successor) card. |