Forge app uninstalled event

How can I know if forge app is uninstalled in jira instance, uninstall event is not in the event list.

Hi @SahilAggarwal, unfortunately we don’t have uninstallation lifecycle events in Forge yet, it is being tracked under this feature request.

As a workaround you can look at setting up a scheduled trigger, which will act as a heartbeat for the installation. Once you stop receiving scheduled triggers for the installation, you can assume that it is no longer installed. I understand that this isn’t ideal as you will need to track the state of the installation somewhere (like in Forge storage) and there will be some delay in terms of when you know an installation is no longer active, but it should be a feasible stopgap measure if you really need to know when your app is no longer installed into an instance.

Thank you @BoZhang