Issue Summary
The Forge product event avi:confluence:performed:search is not emitted on Confluence Cloud sites where Rovo is not enabled.
Confluence search works normally on these sites, but the event that notifies subscribed apps is never generated. As a result, Forge and Connect-on-Forge apps that subscribe to avi:confluence:performed:search receive no events at all.
Steps to Reproduce
- On a Confluence Cloud site without Rovo enabled, install a Forge app that declares a trigger subscribed to the avi:confluence:performed:search event.
- Perform a search using the Confluence quick-search box.
- Check whether the app's trigger function is invoked.
Expected Results
The search triggers the avi:confluence:performed:search event on the site and the subscribed Forge app's trigger function is invoked.
Actual Results
On the site without Rovo enabled, the Confluence search returns results normally but no event is generated, and the app's trigger function is not invoked. No exception is thrown in any log file.
Workaround
The possible workaround for this is to enable the Rovo for the affected site.
- mentioned in
-
Page Loading...