See ContributedPlugins

Overview#

This plugin uses JIRA REST Java Client (JRJC) client to pull JIRA issues into your JSPWiki page.

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(info)
Dependencies jira-plugin-jar-dependencies.zip(info)

Usage#

  • Download the jira-plugin-jar-dependencies.zip file, and extract into your <tomcat>/webapps/JSPWiki/WEB-INF/lib directory
  • Place the jar file into your <tomcatDir>/webapps/JSPWiki/WEB-INF/lib/ directory
  • Restart your tomcat
  • Add the following to your page:
[{Jira project=LASOO jql='status = open order by priority'}]

Parameters#

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

Properties#

Property Description Default
jira.baseurl A URL link to the hosted JIRA account https://issues.apache.org/jira
jira.username
jira.password

Release History#

v0.2
  • Added debug and class parameter, and used engine.textToHtml()
v0.1
  • initial Release

Category.Plugins