No code smells, bugs, vulnerabilities in PR reports

I use SonarQube 8.1 and importing reports from Scapegoat.
When I send Scapegoat reports just use property sonar.branch.name I see all the information in dashboard: smells, bugs, vulnerabilities. But if I send the same reports specifying properties for PR (sonar.pullrequest.branch, sonar.pullrequest.key, sonar.pullrequest.base) I’ve got nothing in dashboard. Non new smells, bugs, vulnerabilities. Everything green. What should I do to fix this?

Hi,

In PRs you’re only going to see “new” issues on “new” code. Are the issues you expect to see raised on code that was changed in the PR? And with what date?

 
Ann

Ah, I see. Thank you for explanation. It was not a new code.