-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Ecosystem
-
Severity 2 - Major
Issue Summary
Restoring a page from history doesn’t trigger page_updated webhook event. It only sends the relation_created event. Restoring a page from an old version is publishing it with content from the old version, so it's expected to send a page_updated webhook event.
Steps to Reproduce
- Create a connect app that can listen to webhook events
- Install it in Confluence
- Open Page history
- Restore a version from history
- Check the Webhook events send, you could see that only relation_created events triggered
Expected Results
Expected to have page_updated webhook event triggered
Actual Results
It only triggers the relation_created event and no page_updated webhook
Workaround
no workaround