Break a task into subtasks
A big assignment is easier to start when it's a handful of small steps. Break any task into subtasks — next-actions you can check off one at a time — and watch the progress bar fill up.
Subtasks live on a task's detail view. On the web and desktop apps you can open any task to reach it; on mobile that detail screen isn't reachable in the current release, so manage subtasks from the web app for now.
- 🖥 Web
- 📱 Mobile
-
Click Home, open the Todos tab, and click a task to open its detail.
-
Scroll to the Subtasks section.
Screenshot coming soonThe Subtasks section of an open task, with a progress counter, checkable subtasks, and the Break it into a next step fieldCapture spec (for maintainers)
{ "id": "web.tasks.break-tasks-into-subtasks.subtasks-section", "platform": "web", "route": "/organization/todos", "actions": [ { "click": { "testId": "todo-row" } }, { "fill": { "testId": "subtask-input", "value": "Read section 3.2" } } ], "clip": { "testId": "todo-subtasks", "pad": 16 } } -
Type your next step in the Break it into a next step field and press Enter (or click the +).
-
Check off each subtask as you finish it. The counter tracks how many are done out of the total.
Subtasks look and behave the same in the desktop app.
-
Open a task's detail screen, then find the Subtasks section.
-
Type a step in the Break it into a next step field and tap the +.
Screenshot coming soonThe Subtasks section on the mobile task detail screen with the progress bar and add-subtask fieldCapture spec (for maintainers)
{ "id": "mobile.tasks.break-tasks-into-subtasks.subtasks-section", "platform": "mobile", "route": "/organization/todos/{todoId}", "actions": [ { "inputText": { "id": "subtask-input", "text": "Read section 3.2" } } ] } -
Tap a subtask's checkbox to mark it done — the progress bar updates as you go.
A task's detail screen (where subtasks live) opens from that task's reminder on mobile. For the full task board with every task's subtasks, use the web or desktop app.