Hi, I have been trying to set up an automated action that will assign a task to a User in particular depending on a couple of conditions:
- The name of the task.
- The production line the task will be run.
I just want to assign the task SMT PROGRAMMING to the user CG if the production line is set to Y1 (production line is a tag type of field). I want this to happen when the state of the task changes from waiting to In Progress (the task has dependencies so this happens when the previous task is completed).
On Before Update Domain I put the conditions and it shows me the task I need to update correctly.
The trigger says "State is set to In progress"
But for some reason, after the task state is changed to In progress, the action I added is not working.
I set the action to do: Update Assignees by adding CG. I tried 'by Setting' CG so and it doesnt work. I tried using Update Project -> Tasks -> Asignees and it doesnt work.
Im frustrated because this should be a fairly simple automation. Anyone knows how to make this work?
Thank you!