We have setup webhooks for Comment Added and Push.
Using Git command line we then:
- Cloned the remote repo
- Edited some files
- Performed a commit -m "Test"
- Performed a push -u origin master
When we go back into the Bitbucket webhook status we see that the push webhook fired but the Comment Added did not.
The webhook simple echoes "hello world" and we could see this output on the Push webhook.
We then clean installed a development license of Bitbucket on a clean asset and the same results were observed.
Is this a known issue?
Bitbucket 7.17.1 Server
Windows 10 Server
Windows 10 Client