Preamble
This page is now quite old, and the wiki macro available here will only works for XWiki 0.9.x !XWiki 1.x users should look at the new home of the JIRA macro.Introduction
This macro is freely inspired by the jiraissues macro provided for Atlassian Confluence. It is simply used to display easily an issue list.You just have to provide the JIRA Feed URL (The ''XML'' link on the JIRA issues pages) in order to display nicely the feed within XWiki.Distribution
Binaries are attached to this page. Currently, it requires Java 5.0.Sources are only available through Subversion :svn://svn.forge.objectweb.org/svnroot/objectweb/xwiki-plugins/jira
How to use it ?
Installation
- Download the jar attached to this page and drop it into your XWiki install/working directory , in
WEB-INF/lib/. - Restart your XWiki instance and ...
- … You're done !
Parameters :
| Name | Description | Required | Default |
|---|---|---|---|
url | The JIRA URL Feed | ![]() | no default value |
columns | The columns that should be displayed | ![]() | Type,Key,Summary |
title | Override the feed title (to be displayed on the top) | ![]() | Use the feed title |
count | Display the issues count | ![]() | true |
Type: Issue type (Bug, New Feature, ...)Key: Issue Identifier (EZB-114)Resolution: Is issue resolved ?Status: Issues state (Open, Closed, ...)Summary: Short description of the issueReporter: Name of the person who report that issueAssignee: Name of the person who should work on that issue
Example
{jira:url=http://jira.easybeans.org/secure/IssueNavigator.jspa?view=rss&&pid=10000&fixfor=10010&sorter/field=issuekey&sorter/order=DESC&tempMax=25&reset=true&decorator=none}| JIRA - EasyBeans (EJB3 Container) (20 issues) |
|---|
Future
- Requires JDK 1.4 only
- Configuration capabilities
- Add tests :)





Project