Workfront Web vs API - attach template to a project
Hi,
I’m trying to attach a template to the project, and when I’m doing it via Web interface it attaches template and all templates tasks. But when I’m using API, it assigns a template but doesn’t create tasks from the template.
.../attask/api/v21.0/proj/{PROJECT_ID}/attachTemplate
body -
{
"templateID": "***"
}
I’ve tried a lot of variations for body, with "options": [], without, with "excludeTemplateTaskIDs": [] and without. Nothing helped.
Is it possible to attach a template to the project and trigger template’s task creation?
Thank you.