...
The issue with raw fields is in the following: Because we get markup that is similar to HTML and the user removes some tag by replacing it with text while using raw field format, validation of such a document will fail.
An example of this case:
...
Webhooks
Important: It must be noted that webhook delivery is not guaranteed; it is best effort. When a webhook event is triggered in Jira or Confluence instance then a single HTTP POST is sent to your add-on. If your add-on is down, or there are any network problems between the Atlassian product and your add-on, then you will never receive the webhook event. In general, webhooks are quite reliable; however, you must always keep in mind that delivery is not guaranteed.
Notifications&Announcements
...