Duplicate Webhooks for Single Event

Mike Solomon
Contributor
July 19, 2019

I am currently receiving as many as six webhooks for the same issue created event. I am curious if anyone else is experiencing the same thing?Image 2019-07-19 at 11.01.37 AM.pngScreen Shot 2019-07-19 at 11.02.38 AM.png

4 answers

0 votes
Mike Solomon
Contributor
October 10, 2019

@Michael Rakowski Here is a snippet of code that I put into my app to work around this bug. 

Basically, I keep an array in memory that tracks issue id's that I've recently received webhooks for. It's not ideal -- two real updates could trigger real webhooks to me and I'd ignore every hook except the first until my app clears it's memory.

 

Screen Shot 2019-10-10 at 4.21.25 PM.png

Michael Rakowski October 14, 2019

@Mike Solomon Thanks for the feedback Mike! It is crazy Atlassian hasn't fixed this issue in the past 2 years its been a known issue.  I'm running on a SaaS platform with a black box back end for the most part, stopping me from being able to do, what you are doing.

Brian Collins March 10, 2020

Nice workaround!

0 votes
Michael Rakowski October 10, 2019

I have the same issue, and it is a major problem. Any resolution?

0 votes
Herschel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2019

I have been running into issues with duplicate webhook bundles for status updates recently as well, though I think the problem may be restricted to New Jira projects for us.

Suggest an answer

Log in or Sign up to answer