" name="top" slick-uniqueid="4">
Written by | David Vittor |
---|---|
Date | 30-Aug-2014 |
Plugin Version | 0.2 |
Wiki Versions | 2.10.1+ |
Demo | http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=JiraPluginDemo![]() |
Details | http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=JiraPlugin![]() |
Issues | https://github.com/digitalspider/jspwiki-plugins/issues![]() |
Plugin | JiraPlugin-0.2.jar![]() |
Dependencies | jira-plugin-jar-dependencies.zip![]() |
[{Jira project=LASOO jql='status = open order by priority'}]
Param | Description | Default |
---|---|---|
project | All queries with this plugin are restricted to a single project | JSPWIKI |
jql | the JQL query to execute. Needs to be in single quotes. | 'status = open order by key DESC' |
max | maximum number of issues to return. Will not allow more than 50 | 10 |
start | An offset into the query, in theory can be used for pagination | 0 |
class | set the class of the wrapper div. Used for css styles | jira-table |
debug | boolean, if true set log level info | false |
Property | Description | Default |
---|---|---|
jira.baseurl | A URL link to the hosted JIRA account | https://issues.apache.org/jira |
jira.username | ||
jira.password |