Tasks
Bulk create tasks
Bulk-creates up to 100 tasks inside a project. Pass exactly one of bulk_tasks or checklist_template_id. The request is all-or-nothing - if any task is invalid, no tasks are created and the response includes the failing array indices.
post/projects/{project_id}/tasks/bulk_create
Path parameters
project_idinteger required
ID of the project to create tasks for.
Request body
Response
successfully creates the tasks.