My enviroment:
bitbucket 5.2.2, sonarqube 5.6.6, sonar scanner 3.0.3.778, jenkin 2.71
Goal:
I want to display the sonar issue in the diff view in the bitbucket UI
What I did:
Added some change (sonar issues) and and commit change
Enabled to show Sonar issues in the pull request diff view
Outcome:
The sonar issues can be displayed in sonarqube dashboard, however it show "No Sonar issues found in this pull request." in the diff view in the bitbucket UI
Questions:
How to archieve my goal?