Bulk Add Tasks
Add multiple tasks in a single call to avoid repeated round-trips. Each item can be a root task (no parentId) or a subtask (with parentId). Returns the created id for each task in the same order. Stops on the first invalid parentId.
When to Use
- Applies to all screen sizes and device types
How to Use
Location: Main content area, task list section
- Use the 'Add a new task...' input or the '+' button repeatedly for each task, nesting subtasks under their parents.
What to Expect
All specified tasks appear in the task list, nested according to their parentId relationships.
Prerequisites
- A project must be loaded in the app
- A breakdown mode must be active
Limitations
- All tasks are added to the currently active breakdown mode
- Parent tasks must already exist before referencing their id as parentId