add_manual_time_entry
Manually log time spent on KanbanFlow tasks by specifying ISO 8601 start and end timestamps. Useful for tracking work when automated timers aren't used.
Instructions
Add a manual time entry to a task using ISO 8601 start and end timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| comment | No | Max 50 characters | |
| task_id | Yes | ||
| board_name | Yes | Name of the configured board to operate on (see list_boards) | |
| labelNames | No | ||
| end_timestamp | Yes | ISO 8601 UTC e.g. 2024-01-02T12:00:00Z | |
| start_timestamp | Yes | ISO 8601 UTC e.g. 2024-01-02T08:30:00Z |