I am using a powershell script to parse a csv file and create template tickets per line item.
So dependent on that data I will be calling different Request Templates, each with their own set of tasks.
Is there a way to use "request_template_task_ids" or some other way to trigger all tasks on that particular template, as opposed to having to put each id in for each task I want to trigger?
When I run the REST API and create a ticket using a Request Template, no tasks trigger.
Thoughts?