I use bitbucket webhook to start my builds. I can see more information when when i check the request which sends by bitbucket. Is there anyway to access and get some data like destination branch, pull request id from bitbucket’s request?
If I understand you correctly, you are looking to receive more information from the requests you receive from Bitbucket. That is up to Bitbucket mostly
I believe you could do that by formatting the HTTP response of the requests, please check out Bitbuckets example guide and list of available Event Payloads.
The thing is we use bitbucket on demand. So i have no chance to add new parameters to the webhook. I need basic informations like base branch or pr url which already in the outgoing hook request. What i want to know is, is there anyway to reach bitbucket request from Bitrise.