Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup dashboard with all projects view/widget?

Tags:

sonarqube

I have installed a sonar web site, a jenkins web site( CI machine).
While CI server build projects and send info to sonar server as sonar client.
There are lots of projects in my sonar server.

I need a way to setup dashboard with all projects view or widget.
Just like timeline in sonar demo site

But when I configure my own sonar dashboard, I think there are only treemap and list which hava filter. ( with filter I can get analysis of all projects )

How did sonar demo web site do this?

(Sonar 3.6.2 , CentOS 6.4)

Thanks a lot ~

like image 658
Luke Lai Avatar asked Jul 26 '13 03:07

Luke Lai


People also ask

How do I add widgets to my dashboard?

Add widgets to your dashboard To add new widgets: On the right bar, select Add Widgets. In the Add Widgets pane, select the appropriate widget. To save your changes, select Save.


1 Answers

They are using the views plugin to do it, without (paying for) it you won't be able to do it.

Once you get the plugin, create a view with all your projects, use the view's dashboard as your main dashboard (in manage dashboards) and add the following widgets : "SQALE overview", "issues and technical debt", "timeline", "measure filter as donut chart" and "measure filter as treemap".

That's it, cheers.

like image 74
Kraal Avatar answered Nov 09 '22 11:11

Kraal