-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App Code Execution
Currently, Forge apps do not receive Confluence events such as page-viewed or page-updated (e.g., avi:confluence:viewed:page) for restricted pages or spaces unless the app’s system user is manually granted view access. The fix in FRGE‑212 only affects REST API access.
Connect apps historically received events for restricted content regardless of permissions. Forge has introduced limitations that break tracking functionality. Our Forge app depends on complete event coverage across all pages. Without events for restricted pages, analytics are incomplete, and valuable usage data is lost.
Requested Resolution:
- Enhance Forge’s event system so that page-view and related events are delivered to Forge apps regardless of restriction settings, restoring parity with Connect.
- Alternatively, provide a programmatic mechanism (e.g., manifest flag or events opt-in) to allow apps to subscribe to events for restricted content without manual permission assignment.