Review Draft Tasks
Use the draft surface to inspect unfinished work before it joins the main task flow.
API In this interface
4 steps Steps
3 interfaces Available in
Use this path when
Drafts can also be included in task collection reads when the client asks for them explicitly.
What you'll finish here
- Open the draft route.
- Understand why the work is still draft work.
- Move from drafts into task execution.
Where this happens
Same Task, Other Interfaces
Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.
Do the work
- 1. Call the tasks list endpoint with `includeDrafts=true`.
- 2. Read the combined task and draft task set returned by the endpoint.
- 3. Filter further by team, project, or status if the draft set is still too broad.
- 4. Patch the individual task through the task update route once you know what needs to change.
Nearby Guides
These guides stay close to the current workflow so you can keep moving without restarting discovery.
API Task Workflows
Browse Tasks
Open the main task surface, narrow the visible list, and move from the collection view into the next task action.
4 steps
API Task Workflows
Update Task Details
Change ownership, deadlines, labels, project links, description, or other mutable task fields without conflating that work with a status transition.
4 steps