Hello,
We are trying to create an automatic rule that moves the project to a stage, when ALL tasks inside that project reach the mirrored task stage.
(for example: if all project tasks are in stage 2, automatically project will move to stage 2).
we tried creating a studio automatic rule but it doesn't work, could you please tell us what we are doing wrong?
(V. 16)
Model: Project
trigger: Update
Activation fields: Task (project)
Apply to: Task>Stage = In progress
Action to do: udate record
Field: Task (project)
Type of evaluation: Value
record: In progress
Value: 2
thank you!