Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sonarqube missing project dashboard

I have SonarQube 6.1. When I click on a project entry from the main dashboards projects widget, I get to a project home page where it says "quality gate passed" and where some issues are listed ('Bugs', 'Vulnerabilities', 'Code smells' and 'Duplications').

On the left side, close to the top, below the project name, there is a "home" icon and to the right it says 'Issuses', 'Measures', 'Code' and 'Administration'.

When I tried to get to a project dashboard - similar to the main dashboard, but specific to the project - I found this page http://docs.sonarqube.org/display/SONARQUBE56/Project+Dashboards. It shows in part a project home page that looks very different from my installations projects home pages. Instead of 'Issuses', 'Measures', 'Code' and 'Administration', like in my case, it has 'Technical Debt', 'Coverage' and so on and also 'Dashboards'. I guess thats where I should go looking for a project dashboard. But that menu item is just missing (along with others) from what my SonarQube shows me!

What can I do?

like image 562
Jens Mander Avatar asked Oct 21 '16 22:10

Jens Mander


2 Answers

Here's some background info on the why:

  • https://groups.google.com/forum/#!msg/sonarqube/Ir1sE6OVW40/64rLvZJFDAAJ
  • https://blog.sonarsource.com/sonarqube-6-x-series-focused-and-efficient/

Hence my recommendation is basically to stay with your current 5.x version, or upgrade to 6.0 but not beyond, and then wait until mid 2017 and see what new cross project governance features are coming then.

like image 161
Bernd Avatar answered Oct 08 '22 22:10

Bernd


The project dashboards are dropped in SonarQube 6.1. And the global dashboard are probably dropped in the next SonarQube version. https://jira.sonarsource.com/browse/SONAR-7915

If you want to use the project dashboards you could use the SonarQube versions 5.6.x or 6.0

like image 24
kizombaDev Avatar answered Oct 08 '22 21:10

kizombaDev