Hi,
our code to handle bitbucket webhooks blew up the other day as bitbucket seem to have changed the payloads. For example accessing the repository property switched from:
req.body.repository
to
req.body.data.repository
How is it possible that there was no information on this?
Who else had that problem?
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.