We were using our local bitbucket server and we were able to use the webhook Source branch updated but since we migrated to Bitbucket Cloud I don't have this option available.
Is there a way to have this webhook - Source branch updated in bitbucket cloud?
Hi @Loïc Nguemegne Temena 👋 Bitbucket Cloud PM here. We have a public feature request logged for exactly what you're describing:
https://jira.atlassian.com/browse/BCLOUD-21184
As it happens, we're actively looking at adding this. Would you mind sharing a little bit about your use case?
HI @Dave Parrish [Atlassian] the opened feature request you sent is exactly what I'm looking for because right now I'm using the event Pull request updated and it triggers a lot of hooks when a reviewer is added or removed my goal is to trigger my hooks only if I have new commits on my pull request and ignore all other events on the PR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no source branch updated event on the webhooks. We do provide an addon, Flowie which has support for source branch updated events. Depending on what you are trying to do it might be already covered by the plugins, and if not you can use a custom extension for that. E.g.: 'Trigger a HTTP endpoint on source branch update if the PR if target main and has a specific label'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Loïc Nguemegne Temena As you a have a premium license you might want to contact support.atlassian.com to validate that or find the "recommended best way".
HTH
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Loïc Nguemegne Temena welcome! Here you have the list of events for the webhooks :
https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/
HTH
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicolas Grossi thank you I've seen this list but there is not the option I need before starting about another way to do it I wanted to make sure that this event is not available on Bitbucket Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.