-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Page - Linking
-
3
-
Severity 3 - Minor
-
4
-
Warranty
Issue Summary
- The Organization Audit Logs are showing "Edited Confluence page" events with Anonymous User as Actor
- Even if the Site has Anonymous Access disabled.
- Confluence Automations are triggered for pages
- Even without any user action.
Steps to Reproduce
- Setup a Confluence Automation, with the trigger being Page Edited in a Space.
- In the same Space, create a new page as "Page A" and publish it
- Copy the link / URL of "Page A"
- Create a new page as "Page B"
- Paste the URL to "Page A" and add it as a Smart Link (Inline, Card or Embed views)
- Publish "Page B"
- Navigate back to "Page A" and rename it to "Page C"
- Navigate to "Page B" and notice the Smart Link has been updated from "Page A" to "Page C"
- Review the Org Audit Logs for the Site => We see an entry saying an "Anonymous User has edited Page B"
- Review the Automation => We see that the "Automation was triggered for Page B"
Expected Results
- Link refactoring should not trigger "page_updated" response
Actual Results
- Link refactoring sends "page_updated" response;
- Triggering automations for pages without user action
- Adds entries in the Org Audit logs, wrongly attributed to Anonymous Users
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available