Extension:JIKI
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
JIKI Release status: unmaintained |
|||
---|---|---|---|
Implementation | Parser extension | ||
Description | Have a list of JIRA issues in your wiki | ||
Author(s) | (geoffreyvosstalk) | ||
Latest version | 1.2 | ||
License | MIT License | ||
Download | GitHub: Note: README.md changelog |
||
|
|||
Translate the JIKI extension if it is available at translatewiki.net | |||
Check usage and version matrix. |
The JIKI extension allows you to embed a list of JIRA issues in your wiki.
Installation[edit]
- 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 parameters[edit]
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.