sonarqube - How to use sonar TFVC plugin? -


i want use tfvc plugin sonar. have copied file sonar-scm-tfvc-plugin-2.0.jar in sonar\extensions\plugins. use following config sonar.properties :

sonar.scm.enabled=true sonar.scm.provider=tfvc sonar.tfvc.username=my tfs useraccount sonar.tfvc.password.secured=my tfs password 

when run sonar analysis on command line c:sonar.net-runner.cmd, analysis successful.

but on web side, issues not assigned....

is there wrong ?

sonarqube version 5.x+ automatically assign issue last committer on line if:

  • it new issue has been introduced since last analysis
  • it possible match scm user sonarqube user

so, if did initial analysis of project, enabled sonarqube scm tfvc plugin, , redid analysis, none of issues new, , expected of them stay unassigned.

start verifying scm data tfvc imported sonarqube:

enter image description here


Comments