Jira Macro
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/.
- Activate the Swizzle plugin in the XWiki configuration
- Restart your XWiki instance and ...
- … You're done !
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 |
- 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
- Configuration capabilities
- Add more tests :)
Version 6.1 last modified by VincentMassol on 19/06/2008 at 22:08
Comments: 0