Hy,
We have a Forge custom UI application that we would like to make “live”. We use a storage API and the data can be stored in it nicely, but if something in the storage has changed, users using the same application are not notified. Therefore, the data they have may become obsolete until they refresh the page and retrieve the fresh data from the storage.
I have looked at JIRA Events but have not found a solution for such a case.
Is there a way to automatically notify other users that there is fresh data in the storage when the storage changes?
Is there any Event or Hook that can be used to make sure that the data is always fresh for all users?
Thanks,
Balint