JIRA
Install
Admin
Use
Search JIRA documentation:

JIRA Portlets

PDF
PDF

JIRA provides the ability to display summary information on project/issue data through the use of portlets. Each portlet can be configured to display project and issue details relevant to particular users. Portlets can be added to the dashboard - providing a central location for quick access to this information.

Preinstalled portlets

JIRA provides a set of standard portlets out-of-the-box:

PortletDescription
Administration PortletThe Administration portlet displays quick links to administrative functions conveniently on the dashboard.
Assigned To Me PortletThe Assigned To Me portlet displays all open issues in all projects assigned to the current user viewing the dashboard.
Bugzilla ID Search PortletThe Bugzilla ID Search portlet allows the user to search all JIRA issues for references to Bugzilla IDs.
Favourite Filters PortletThe Favourite Filters portlet displays a list of all the issue filters that have currently been added by you as a favourite filter.
Filter Statistics PortletThe Filter Statistics portlet displays the collection of issues returned from a specified filter broken down by a specified field.
2D Filter Statistics PortletThe Two Dimensional Filter Statistics portlet displays statistical data based on a specified filter in a configurable table format.
In Progress PortletThe In Progress portlet displays all issues that are currently in progress and assigned to the current user viewing the dashboard.
Introduction PortletThe Introduction portlet displays a configurable introduction message on the dashboard.
Project PortletThe Project portlet provides information and various filters related to a specified project on the dashboard.
Projects PortletThe Projects portlet provides information and various filters related to all projects within JIRA.
Project Statistics PortletThe Project Statistics portlet allows various per-project statistical data to be displayed on the dashboard.
Project Table PortletThe Project Table portlet displays all the project names in a table in the dashboard.
Quick Links PortletThe Quick Links portlet displays a number of useful links to issues associated with the current user. Each link directs the user to the Issue Navigator, displaying the relevant issues such as Reported Issues, Voted Issues and Watched Issues.
Road Map PortletThe Road Map portlet 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.
Saved Filter PortletThe Saved Filter portlet displays the results of a specified issue filter on the dashboard.
Text PortletThe Text portlet displays a configurable HTML text on the dashboard.
Voted PortletThe Voted Issues portlet shows issues for which you have voted.
Watched PortletThe Watched Issues portlet shows issues which you are watching.

Extension portlets

Other portlets are available as plugins on the JIRA Extensions site. These plugins include:

Should 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 Portlets

New portlets can be created by writing a Java class, a template and an XML descriptor file, packaged as a JIRA plugin. See How To Create a JIRA Portlet for more information. Many sample portlets, including source, are available in the JIRA Extensions space.