
I am new to DevOps and Automate, but I am currently looking into how to automate task creation for my team.
we have a very structured list of issues/Task that needs to be done when a new project is created. Which is/ can be saved to an SP list.
Format: TaskID; TaskGroup; Task Title; Task Description; ...
is it possible to create a task dynamically for every row in this list?
Or would I have to manually create a "DevOps Create task" operation for all the tasks manually?
Hi @KrisKruse,
You could use a Get Items action to retrieve all the tasks from your list and use an apply to each loop to create a workitem of type task in your Azure DevOps project.
Below is an example