-
Bug
-
Resolution: Fixed
-
Low
-
Severity 3 - Minor
-
1
Issue Summary
The “prevent duplicate comments” doesn’t work after a change to rule config is published, even if the action config itself is unchanged.
E.g. If a rule is edited and then executed, comments will be added regardless of whether they are duplicates or not
Steps to Reproduce
- Create automation with "Comment on Issue" action ( assure the “prevent duplicate comments” enabled) and let it process and trigger the action
- Then , edit the automation
- Next, execute again the automation.
Expected Results
It will not add duplicate comment and as the “prevent duplicate comments” settings enabled
Actual Results
It will add duplicate comment and ignoring the “prevent duplicate comments” settings.
Workaround
Turn on the flag 'Only include issues that have changed since the last time this rule was executed' for the scheduled trigger.