The JiraIssueList extension is used to embed a list of issues from the JIRA issue tracker in a MediaWiki page. This extension is a fork of the JIRA extension which is adapted to Janus Project and then generalized.
Example: http://www.janus-project.org/index.php/Issues:Janus.
JiraIssueList extension uses the MediaWiki Extension CollapsableText. You must install this extension to use JiraIssueList.
require_once($IP.'/extensions/JiraIssueList/JiraIssueList.php'); in your LocalSettings.php.The JiraIssueList extension uses a SOAP connexion to the JIRA issue tracker. You must enable this feature in your JIRA configuration panel.
JiraIssueList extension uses several global variables which may be set in LocalSetting.php:
$jiraHost$jiraUser$jiraPassJiraIssueList provides the tag <jiraissuelist />. This tag is expanded to list of issues extracted from the JIRA issue tracker.
<jiraissuelist options> projectName, projectName... </jiraissuelist>:
projectName is the name of the project on the JIRA SOAP service.options are:ascendent=" true|false ": sort the issues in ascendent or descendent ordermax=" number ": restrict the output of the issues to the given number of entriesoffset=" number ": start to display issues from the given offset, not yet supported due to SOAP service restrictionssearch=" text ": restrict issues to whose matching the given text| Authors | Stéphane GALLAND |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

A very small platform which permits to implement and run agent-based systems.