-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Trigger - Scheduled
-
Minor
-
Warranty
Issue Summary
Adding a "conditions to trigger" on a schedule rule causes the rule to stop working
Steps to Reproduce
- Create a new rule
- Trigger should be "Schedule" and runs every 5 min.
- Add a "trigger condition"
- Pick "Work item fields condition""
- For example, lets configure that "summary" got contains "test"
- Add an action such as "log" and save the rule.
Expected Results
The rule should be executed every 5min.
Actual Results
The rule is executed for the first time with "Some errors," despite no errors being encountered during the rule execution.
After the rule errors out, it will not be executed again (it was scheduled every 5 minutes).
Workaround
Remove the "trigger condition" and save the rule. You can use a "regular" condition(this one) to validate the data.