Sonarqube 5.1 core auto assign feature not working

2019-08-14 17:11发布

I've heard that issue assign plugin is not needed in sonarqube 5.1 since its built in. But whenever I committed through SVN and run sonar through jenkins all of the team gets an email saying there is an issue but issues are not assigned to the last committer or to anybody.

But when I view the code through sonar I can see it displays the committed persons name in-front of it. Therefore I think that the issue is not with SVN connection or user name identificaiton. (We use same usernames to log in to both SVN and sonarqube)

I've used all the given configurations and the combinations of different configurations. This may not be a valid issue for stack overflow but I would really appreciate any possible help to move forward.

Following are the plugins that i have installed in sonarqube. I just removed SCM Stats plugin enter image description here

Thank you.

1条回答
Fickle 薄情
2楼-- · 2019-08-14 17:43

I solved the issue with the directions given in the comments.

By getting the SCM author name (On the left side of Sonarqube code view) and add the exact name as a SCM account.

Settings -> Security -> Users -> Edit -> Add SCM account
查看更多
登录 后发表回答