We’re using Sonarqube 8.9.2 LTS and the SCM integration for Subversion to assign SonarQube issues automatically to the commiter of the affected lines according to “svn blame” .
However, it seems that something is broken here, as the author identified by SonarQube do not always match the ‘svn blame’ information which makes automatic issue assignment unreliable for us.
Questions:
Is this a known issue?
If not, what information do you need in order to investigate this issue?
SonarQube uses the email address or the SVN username to assign issues to a SonarQube. If there are multiple users in SonarQube using the same information, it is possible an issue gets assigned to an unexpected user. You can review this using Administration > Security > Users and find the user() and review their email/SCM accounts with “Update Details”.
Issues are only assigned at creation. SonarQube will not reassign an issue after it was created.