How many times Cloud JIRA retries a webhook?

Juan de Anda February 25, 2015

I would like to know how many times Cloud JIRA retries sending a webhook to a connect add-on.

If the receiving server returns an error code, is the webhook retried later?

1 answer

3 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2015

I believe it's only once. If you're relying on web hooks to be guaranteed - you should perform a search for the data periodically. 

The code is at:
https://bitbucket.org/atlassian/atlassian-webhooks-plugin/src/54f7bdaa59683a97fa0a253661ab6737584350c8/plugin/src/main/java/com/atlassian/webhooks/plugin/WebHookPublisherImpl.java?at=master

Suggest an answer

Log in or Sign up to answer