set_date
Set or update a task's due date in KanbanFlow. Provide board name, task ID, ISO 8601 UTC timestamp, and target column ID to manage deadlines.
Instructions
Set or update the due date on a task. due_timestamp required (ISO 8601 UTC). due_timestamp_local and target_column_id optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| task_id | Yes | ||
| dateType | No | ||
| board_name | Yes | Name of the configured board to operate on (see list_boards) | |
| due_timestamp | Yes | ISO 8601 UTC e.g. 2024-03-01T12:00:00Z | |
| target_column_id | Yes | ||
| due_timestamp_local | No | ISO 8601 with offset e.g. 2024-03-01T13:00:00+01:00 |