When dynamically creating webhooks for jira, only ONE endpoint is allowed per application.
Due to this the app developer has to delete the existing webhooks before creating new ones with a new or updated api endpoint.
If this is the case, there is a potential for loss of data due to the lag time between when the old webhooks are deleted and the new ones are created (with the new api endpoint).
This could potentially be fixed by the creation of an “Update_Webhooks” functionality but currently I do not see one in the documentation.
Is there a plan to fix this issue or is there a way to get around this potential data loss that I am not finding in the documentation?