Wiki source code of JIRA Macro (Radeox)

Last modified by Vincent Massol on 2016/06/05 21:59

Show last authors
1 Displays JIRA issues from a JIRA RSS feed.
2
3 {{warning}}
4 This is a very old macro using a very old and deprecated technology (Radeox). If you're looking for a JIRA macro [[check this one out>>Extension.JIRA Macro]].
5 {{/warning}}
6
7 This macro is freely inspired by the [[jiraissues>>http://confluence.atlassian.com/display/DOC/JIRA+Issues+Macro]] macro provided for [[Atlassian Confluence>>http://www.atlassian.com/software/confluence/]]. It is simply used to display easily an issue list.
8
9 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.
10
11 == Parameters ==
12
13 |=Name|=Description|=Required|=Default
14 |url|The JIRA URL Feed|true|no default value
15 |columns|The columns that should be displayed|false|Type,Key,Summary
16 |title|Override the feed title (to be displayed on the top)|false|Use the feed title
17 |count|Display the issues count|false|true
18
19 Columns accepted values (case is not significant) :
20
21 * Type: Issue type (Bug, New Feature, ...)
22 * Key: Issue Identifier (EZB-114)
23 * Resolution: Is issue resolved ?
24 * Status: Issues state (Open, Closed, ...)
25 * Summary: Short description of the issue
26 * Reporter: Name of the person who report that issue
27 * Assignee: Name of the person who should work on that issue
28
29 == Example ==
30
31 {{code}}
32 {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}
33 {{/code}}
34
35 == Future ==
36
37 * Requires JDK 1.4 only (Requires JDK 1.5 now)
38 * Configuration capabilities
39 * Add more tests :)
40
41 == Installation ==
42
43 1. Download the jar attached to this page and drop it into your XWiki install/working directory, in WEB-INF/lib/.
44 1. Download and activate the [[Swizzle plugin>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Swizzle+Plugin]] in the XWiki configuration
45 1. Restart your XWiki instance and ...
46 1. ... You're done !

Get Connected