Using Dashboard Gadgets
On this page:
About gadgets
JIRA provides the ability to display summary information about project/issue data on the dashboard, through the use of 'gadgets'. Each gadget can be configured to display project and issue details relevant to particular users. Gadgets can be added to the dashboard — providing a central location for quick access to this information.
Adding Atlassian gadgets to external websites
You can also add Atlassian gadgets to compatible external websites, like iGoogle. For instructions on how to do this, please refer to Adding an Atlassian Gadget to iGoogle and Other Web Sites.
Pre-installed gadgets
JIRA provides a set of standard gadgets out-of-the-box:
Gadget | Description |
---|---|
The Activity Stream gadget displays a summary of your recent activity. | |
The Administration (Guide for JIRA Administrators) gadget displays checklist of common administration tasks and links to administrative functions and documentation. | |
The Assigned To Me gadget displays all open issues in all projects assigned to the current user viewing the dashboard. | |
The Average Age gadget displays a bar chart showing the average number of days that issues have been unresolved. | |
The Bamboo Charts gadget displays various charts and plan statistics from a particular Bamboo server. | |
The Bamboo Plan Summary gadget displays a graphical summary of a build plan. | |
The Bamboo Plans gadget displays a list of all plans on a Bamboo server, and each plan's current status. | |
The Bugzilla ID Search gadget allows the user to search all JIRA issues for references to Bugzilla IDs. | |
The Issue Calendar gadget shows issues and versions in a calendar format based on their due date. Calendars can be based on an issue filter or on a project. | |
The Clover Coverage gadget displays the Clover coverage of plans from a particular Bamboo server. | |
The Created vs Resolved gadget displays a difference chart showing the issues created vs resolved over a given period. | |
The Crucible Charts gadget displays various charts showing statistical summaries of code reviews. | |
The Favorite Filters gadget displays a list of all the issue filters that have currently been added by you as a favorite filter. If your JIRA instance has many users and favorite filters, this gadget might cause JIRA to be slower than usual. | |
The Filter Results gadget displays the results of a specified issue filter. | |
The FishEye Charts gadget displays two charts showing showing statistics about a given sourcecode repository. | |
The FishEye Recent Changesets gadget displays a number of recent changesets from a FishEye repository. | |
The In Progress gadget displays all issues that are currently in progress and assigned to the current user viewing the dashboard. | |
The Introduction gadget displays a configurable introduction message on the dashboard. | |
The Issue Statistics gadget displays the collection of issues returned from a specified filter, broken down by a specified field. | |
The JIRA:News gadget displays recent Atlassian news about JIRA. | |
The Pie Chart gadget displays issues from a project or issue filter, grouped by a statistic type, in pie-chart format. The issues can be grouped by any statistic type (e.g. Status, Priority, Assignee, etc). | |
The Projects gadget provides information and various filters related to a specified project(s). | |
The Quick Links gadget displays a number of useful links to issues associated with the current user. | |
The Recently Created Issues gadget displays a bar chart showing the rate at which issues are being created, as well as how many of those created issues are resolved. | |
The Resolution Time gadget displays a bar chart showing the average resolution time (in days) of resolved issues. | |
The Road Map gadget shows versions which are due for release within a specified period of time, and a summary of progress made towards completing the issues in those versions. | |
The Text gadget displays a configurable HTML text on the dashboard. | |
The Time Since Issues gadget displays a bar chart showing the number of issues that something has happened to within a given time period. The 'something has happened' is based on a date field that you choose, such as 'Created', 'Updated', 'Due', 'Resolved' or a custom field. | |
The Two Dimensional Filter Statistics gadget displays statistical data based on a specified filter in a configurable table format. | |
The Voted Issues gadget shows issues for which you have voted. | |
The Watched Issues gadget shows issues which you are watching. |
See the big list of all Atlassian gadgets for more ideas.
*This gadget will only be available if you have installed/configured the relevant plugin.
Extension gadgets
Other gadgets are available as plugins on the Atlassian Marketplace. If you wish to you use these plugins, you need to first install them (using the instructions provided with each plugin) then enable them.
Creating new gadgets
New gadgets can be created by writing an XML descriptor file, packaged as an Atlassian plugin. See Writing an Atlassian Gadget for more information.