This portlet monitors projects hosted by JIRA, a popular issue tracking and project management application. It helps you by giving a quick overview about the state of several projects in a single place.
Please note that Kosmos provides two different service implementations to
serve data for this portlet. You can choose between these two implementations simply by
specifying different service.url
parameters for the portlet:
http://localhost:8080/kosmos-server/kosmos-services/jira-service
:
the data will be served by a service that downloads JIRA webpages and analyzes
their HTML content.http://localhost:8080/kosmos-server/kosmos-services/jirasoap-service
:
the data will be served by a service that uses the JIRA SOAP remote API to download
information directly from the JIRA web application. Please note that you have to
enable the SOAP interface in the JIRA settings, in this case.
Portlet features:
It reports on project details and issues organized by status, priority and assignee. Some of the statistics are available as graphical charts.
The status icons denote projects with a significant number of open issues.
You can jump onto the JIRA page of the given project by clicking the project name, or to the actual project webpage by clicking the URL in project details view.
Please visit http://www.atlassian.com/software/jira for a short summary about JIRA.