Hello guys,
we do create webhooks dynamically through our Connect app like it is said in the doc:
https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-using-the-rest-api--for-connect-and-oauth-2-0-apps-
Everything works nice and neat. Our question is - will already registered webhooks be automatically unregistered during an app update, similar to when the app is uninstalled? We do not see any reason for it, but we want to ensure that our app updates, such as GUI fixes or adding admin pages, do not disrupt existing webhooks for our customers. It would be inconvenient if they had to recreate webhooks after each update.