Todo
Todo Assign
Give a task to someone.
Command Info
Usage
/todo assign id:<id> assignee:<member>Overview#
Make someone responsible for a task.
Parameters#
| Option | Required | Description |
|---|---|---|
id | Yes | The task id, as shown in /todo list |
assignee | Yes | The member to assign it to |
Behavior#
- The assignee is recorded on the task and shown on the board
- If the task has a due date, its reminder follows the assignee
- Assigning again replaces the previous assignee rather than adding a second
Examples#
/todo assign id:42 assignee:@Hiro