When building a JIRA Cloud app and handling the install/uninstall web hooks…there’s still a chance an uninstall payload could get lost in the ether. (Blame the .)
Is there a reliable way to check to see if a JIRA Cloud instance still has our app installed? Obviously we could try to check server info and see if the credentials are still valid (i.e. we can authenticate). Or similar. Just wondering if there’s a more direct way.
Thanks!