Extension:JIRAConnector

MediaWiki extensions manual
JIRAConnector
Release status: unmaintained
Implementation Parser function
Description Allows to request data from JIRA and transfer it to MediaWiki using the JIRA REST API.
Author(s) Swetlana Stickhof
Latest version 0.1.1 (2014-11-04)
MediaWiki 1.19+
PHP 5.4+
Database changes No
License GNU General Public License 2.0 or later
Download

The JIRAConnector extension allows to request data from JIRA and transfer it to MediaWiki using the JIRA REST API.

Installation edit

  • Download and place the file(s) in a directory called JIRAConnector in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/JIRAConnector/JIRAConnector.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage edit

How to get a status of a JIRA issue "DEMO-1"
Paste the following code to a wiki page and change the JIRA issue key to a valid key of your JIRA programm:
{{#readjiraissue:jiraissuekey=DEMO-1}}