I’ve been trying to use https://developer.atlassian.com/platform/forge/apis-reference/ui-api-bridge/events/ between CustomUI modules in my app. I have a jira page and an issue context module. I’ve tried using the same resource for both modules and different resources, however when I emit an event from the page UI in one browser tab I do not see the event in the issue context UI in another tab.
I do see the event in the same UI on the same tab, so the events seem to just be local.
I do not see the event reflected in the same UI on different tabs.
This is the same app, same user.
The doco says “The events
API allows you to subscribe, unsubscribe, and emit events. This will allow different Custom UI extensions within the same app to communicate with each other.”
Am I understanding this correctly?
Cheers,
Peter