Add project-level scoping for webhook setup in Bitbucket integration
R
Ruben Carpintero Gago
Currently, the webhook setup in Bitbucket integration automatically creates webhooks across all projects. There’s no option to limit webhook creation to a subset of projects.
This creates challenges for teams that want to test or roll out integrations gradually, or only monitor specific projects during development and staging phases.
r
rubencarpin@gmail.com
Just to provide more context, we think it would be quite helpful to have a way to exclude certain projects/repositories, could be by a provided specific list of a regex.
With this, we can reduce the creation of non used projects/repositories webhooks.