MediaWiki extension for displaying BugZilla bugs inside wiki pages.
- Obtain the code from GitHub
- Extract the files in a directory called
BugzillaView
in yourextensions/
folder. - Add the following code at the bottom of your "LocalSettings.php" file:
require_once "$IP/extensions/BugzillaView/BugzillaView.php";
- Go to
Special:Version
on your wiki to verify that the extension is successfully installed. - Done.
[[bugzilla:876]]
[[bugzilla:876|Any bug description]]
Note that you will have to create the interwiki prefix bugzilla
first.