Todo
Todo Complete
Mark a task as done.
Command Info
Usage
/todo complete id:<id>Overview#
Move a task to completed.
Parameters#
| Option | Required | Description |
|---|---|---|
id | Yes | The task id, as shown in /todo list |
Behavior#
- The task moves to the completed column on the board
- Any due-date reminder for it stops
- Completed tasks stay on the board rather than disappearing. Use
/todo removeto get rid of one entirely
Examples#
/todo complete id:42