JIRA Macro (Radeox)
Last modified by Vincent Massol on 2016/06/05 21:59
Displays JIRA issues from a JIRA RSS feed.
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.
Parameters
Name | Description | Required | Default |
---|---|---|---|
url | The JIRA URL Feed | true | no default value |
columns | The columns that should be displayed | false | Type,Key,Summary |
title | Override the feed title (to be displayed on the top) | false | Use the feed title |
count | Display the issues count | false | true |
Columns accepted values (case is not significant) :
- 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 issue
- Reporter: Name of the person who report that issue
- Assignee: 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}
Future
- Requires JDK 1.4 only (Requires JDK 1.5 now)
- Configuration capabilities
- Add more tests
Installation
- Download the jar attached to this page and drop it into your XWiki install/working directory, in WEB-INF/lib/.
- Download and activate the Swizzle plugin in the XWiki configuration
- Restart your XWiki instance and ...
- ... You're done !