My question is: is there a way to achieve this in Bitbucket? I know that Bitbucket supports webhooks that can be sent when a new comment is created. But how can I leverage this webhook to trigger a pipeline automatically — specifically, how can I configure Bitbucket to send the webhook into itself or otherwise trigger the pipeline based on a comment?
I’ve tried using the API endpoint like this:
but it doesn’t work
this one does work but I cannot add body to webhook on
Repository -> repository settings -> Webhooks
Any guidance on how to set this up? Thanks!