Extension:JIKI
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
Implementation | Parser extension |
Description | Have a list of JIRA issues in your wiki |
Author(s) | (geoffreyvosstalk) |
Latest version | 1.2 |
MediaWiki | |
License | MIT License |
Download | GitHub: Note: README.md changelog |
jikiJiraHost, jikiJiraUser, jikiJiraPassword, jikiExtraParams |
|
The JIKI extension allows you to embed a list of JIRA issues in your wiki.
InstallationEdit
- Download and place the file(s) in a directory called
Jiki
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/Jiki/Jiki.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parametersEdit
At a bare minimum configure the following variables in localsettings:
- $jikiJiraHost = "https://jira.atlassian.com";
- $jikiJiraUser = "user@example.com";
- $jikiJiraPassword = "ILoveC@ts";
For everything else, please see the README.md on github.