-
Suggestion
-
Resolution: Unresolved
-
-
Confluence
Current scenario
According to our document, Triggers in Confluence automation, the Page commented trigger only runs for new comments and not when a comment is edited:
Page commented
This trigger runs your rule each time a page or inline comment is added to a page.
This doesn’t include when an existing comment is edited.
Suggested solution
Modify the "Page commented" trigger to run when a comment is added, updated or deleted on a Confluence page.
Workaround
Create a "custom trigger" by using Confluence webhooks to respond to certain events, such as "comment_updated" and "comment_removed", as per the documentation Confluence Webhook events.
And then use the Incoming webhook trigger to run the automation rule once those events are sent.
There are examples on how to register a Confluence webhook on the feature request CONFCLOUD-36613.