as stated here
for public repository - https://bitbucket.org/kirchbergerknorr/test
i setted up hook for Pull Request POST:
then i created pull request and here is dump for GET and POST vars:
GET: Array
(
[type] => pullrequest
[project] => test
)
POST: Array
(
)
i expect that it should work the same as POST hook works:
POST: Array
(
[payload] => {"repository": {"website": "", ...
but POST var is totally empty