Extension:JIRAConnector
![]() | 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: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | Parser functionCategory:Parser function extensions |
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+Category:Extensions with manual MediaWiki version |
PHP | 5.4+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The JIRAConnector extension allows to request data from JIRA and transfer it to MediaWiki using the JIRA REST API.
Installation
- Download and place the file(s) in a directory called
JIRAConnector
in yourextensions/
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.Category:Extensions not using extension registration
Usage
- 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}}
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Jira extensions
Category:ParserFirstCallInit extensions
Category:Parser function extensions
Category:Unmaintained extensions