Creating and assigning checklists to tasks via API
28 days ago by Tyler Money
I see I can list and create checklist templates (GET /template_checklists, POST /checklist_templates), but there is no API to attach a template to a task, like we can manually in the UI. Is this feature available in another API version (v3.1 or v4)? If not, can you add an endpoint like POST /tasks/{id}/checklist_templates/{template_id}?
Thanks!