Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Bamboo 7.0.4, Bitbucket Server 6.9
We have Bamboo plan branches setup with Branch merging enabled and push on success. Everything is working as expected except warnings generated by merge builds are not being reported in Bitbucket pull requests.
This issue prevents us from properly addressing warnings prior to merge if the last update was an auto merge.
I used the Bitbucket API Browser to check for a report at the merge commit id and it looks empty.
{
"size": 0,
"limit": 25,
"isLastPage": true,
"values": [],
"start": 0
}