ManualDashboards

From Request Tracker Wiki
Jump to navigation Jump to search

Up: ManualUsingWebInterface


Introduction

A dashboard is a named, shared collection of saved searches, charts, graphs and may be other objects that you can view from one page or RT can email you whenever you want.

A dashboard can be shared between a group or the entire system.

There's also a dashboard portlet that shows you each dashboard so no dashboard is more than a click away. Even better is that you can just bookmark the link to the dashboard and have that be your new home page.

Dashboards can contain any portlet, not just searches.

Managing

You can create, modify, and subscribe to dashboards by going to the Home menu in the UI.

There are several rights protecting these interfaces and you may want to talk with the system administrator to enable access.

Duplicating Dashboards

In certain situations you may want 'duplicate dashboards.' For instance, if you use a dashboard from the web UI and would like it in one format, and someone else would like that same dashboard delivered to them in a different format with different display changes and a different sort order.

This is possible--just make two saved searches, which will display identical content but display that content in different formats.

You don't have to give them different names (the searches are given different ID numbers even if they have the same names), but you will probably want to give them different names to differentiate them and keep from accidentally editing the wrong dashboard.

In this instance, you would want to save one search to your personal dashboards, and one to the shared dashboard.

Then make the desired sort order and/or display changes to the desired search (in this case, the shared search is the one you would want to make changes to). Then apply the changes--instead of clicking "update format and search," click "update" under the loaded search in "saved searches."

This will apply those display and sort changes to the shared dashboard and leave your personal dashboard alone. Then you can share the dashboards as you wish.

On RT 4.0.0 and later

The MassageDashboards callback was removed in the run up to 4.0.0 in commit 6c815c8. In order to affect dashboard sorting, you'll need to wrap a Perl method in RT::Dashboards and use the ModifyDashboards callback to ListOfDashboards.

For Administrators

Permissions

Several rights exist in RT with regards to dashboards. These rights must be granted (to a user or group) before the dashboard options become available:

Email

  • SubscribeDashboard

Global

  • CreateDashboard
  • DeleteDashboard
  • ModifyDashboard
  • SeeDashboard

Group

  • CreateGroupDashboard
  • DeleteGroupDashboard
  • ModifyGroupDashboard
  • SeeGroupDashboard

User

  • CreateOwnDashboard
  • ModifyOwnDashboard
  • DeleteOwnDashboard
  • SeeOwnDashboard

Additional Resources

Please see the Dashboards and Dashboards Reporting pages in our official documentation for more about Dashboards in RT.


Up: ManualUsingWebInterface