-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Trigger - Field Value Changed
-
Severity 3 - Minor
Issue Summary
In some of the Automation when the scope has been changed the previous projects might not be removed from the end. This results in Automation to execute the triggers with the old scope.
Steps to Reproduce
- Create an Automation with multiple projects in the scope.
- Remove one of the projects from the scope.
- Trigger the event from project which was removed from the scope.
Expected Results
Automation should not trigger for the events from projects which was in scope before the change.
Actual Results
The automation is triggering for events from projects not in scope.
Workaround
- Disable the Original automation rule.
- Create a copy of the original rule and enable that copied rule in the required project scope.
- Then trigger the rule as you did for your previous test in the project which is in question and the issue seems resolved.