====== Mantis Reporter Plugin ====== ---- plugin ---- description: Add a form to submit an issue to mantis author : Raymond van Asperen, Samson IT email : raymond@samson-it.nl type : syntax lastupdate : 2011-11-01 compatible : depends : conflicts : similar : tags : !discontinued, mantis, bugtracker, mantisbt, soap downloadurl: https://github.com/SamsonIT/dokuwiki_mantisintegration/zipball/master bugtracker : https://github.com/SamsonIT/dokuwiki_mantisintegration/issues sourcerepo : https://github.com/SamsonIT/dokuwiki_mantisintegration donationurl: screenshot_img : ---- ===== Purpose ===== Most companys not only use an internal wiki, but are also using some Bug-Tracking System. One of these Bug-Tracking Systems is [[http://www.mantisbt.org/|MantisBT]]. This plugin lets you include the reported bugs from mantis into a dokuwiki page. The two system don't need to run on the same server, as the [[wp>SOAP]]-Feature from Mantis is used. ===== Screenshot ===== Because a picture is worth a thousand words: {{http://img97.imageshack.us/img97/9219/mantisreporter.png?nolink |}} ===== Installation ===== :!: **External requirements:** This plugin requires the following additional components that must be installed separately: * Mantis * A user on mantis with admin-access to the projects you want to use. Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax ===== Basic syntax: {{ mantisReport?mantisProjectId=XYZ }} * **XYZ** number of the project ===== Configuration and Settings ===== Url to mantis: Url to where mantis is located. Soap Username: username of admin-user in mantis. Soap Password: password for the admin-user in mantis. ===== Development ===== === Change Log === * **2011-11-01** * Initial release === Known Bugs and Issues === [[https://github.com/SamsonIT/dokuwiki_mantisintegration/issues|See here]]