-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Ecosystem
-
None
-
Minor
-
1
Issue Summary
When a view restriction is added to a content entity (e.g. a page) that prevents it to be accessible by a Forge app, this Forge app doesn't receive the respective avi:confluence:permissions_updated:<entity-type> event.
Steps to Reproduce
- Create a Forge app listening to avi:confluence:permissions_updated:page event.
- Install this Forge app to a Confluence instance.
- Create a page in any space.
- Press Share button and add View restrictions only to yourself.
Expected Results
avi:confluence:permissions_updated:page is triggered and received the Forge app.
Actual Results
avi:confluence:permissions_updated:page is not sent to the Forge app.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
The only way for the app to receive a permissions_updated event is if the app system user is also added to the allowed users for this page.
- mentioned in
-
Page Loading...