set-task-due-date
Set or update a due date for a task by providing its ID, due timestamp, and target column. Ensure tasks meet deadlines by reaching the specified column on time.
Instructions
Set or update a due date for a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to set due date for | |
| dueTimestamp | Yes | UTC timestamp when task is due (format: '2023-03-01T12:00:00Z') | |
| targetColumnId | Yes | ID of column task should reach before due | |
| dueTimestampLocal | No | Local timestamp (defaults to dueTimestamp) | |
| dateType | No | Type of date (default: 'dueDate') | |
| status | No | Status: 'active' or 'done' (default: 'active') |