Hi community team
I am trying to find the last commit date and last commit author in the master and dev branches programmatically from a Bamboo Build plan.
Can someone point me to the right APIs to query a Bitbucket Server project and repo information from a Bamboo Server Build plan?
I can see a Bamboo build status in Bitbucket Server during a pull request, so the two servers are linked, but want to programatically navigate to the right Bitbucket repo, so that I can query the Bitbucket API for further details such as the last commit date and last commit author.