9

I am using Mantis (PHP and MysQL) as a bug tracking tool and I would like to extend it in order to document requirements and technical specifications. Ideally, I should be able to link a defect with a requirement.

Is there a way to integrate a Wiki tool (preferably PHP and MySQL based) into Mantis?

EDITED:

Suggested alternatives to Mantis: (open source bugtrackers with integrated Wiki)

  1. TikiWiki (Php)
  2. PhpWiki (Php)
  3. Trac (Python) (Thanks ax)
  4. Redmine (Ruby on Rails) (Thanks Paul)
Adrian
  • 6,013
  • 10
  • 47
  • 68

4 Answers4

9

Mantis can be integrated with DocuWiki

CoolStraw
  • 5,282
  • 8
  • 42
  • 64
Ian Gregory
  • 5,770
  • 1
  • 29
  • 42
6

DokuWiki will be a good choice.

Read this: Integrating DokuWiki with Mantis

NinethSense
  • 8,824
  • 2
  • 23
  • 23
  • I cannot see the content on this page - it looks like I need an account with mantisbt.org website – Adrian Oct 12 '09 at 11:46
  • Adrian: Login as Anonymous. Trick: use this link first then copy-paste the other. – NinethSense Oct 12 '09 at 12:37
  • 1
    I was able to access the document "Integrating DokuWiki with Mantis" in PDF format http://www.mantisbt.org/bugs/file_download.php?file_id=1032&type=bug It is a good starting point but the information appears old (last update May 2007). Do you know anything more up to date? I am also a bit concerned about changing the Mantis code but I am willing to try. – Adrian Oct 12 '09 at 12:50
  • Oddly enough, the accepted link above now points to the same page and no login is required. – icedwater Jun 25 '13 at 02:52
2

instead of trying to integrate 2 different, uncoordinated software packages, i would suggest to use an issue tracker with integrated wiki (and VCS interface, reporting, timeline, roadmap, etc.): Trac. you can import your Mantis bugs into Trac with mantis2trac.

ax.
  • 58,560
  • 8
  • 81
  • 72
  • 3
    no, the 'do one thing' mantra works well for OSS projects, as a result they have to provide good interoperability hooks, so tying them together means you can have the best of both worlds. This is a strong feature of much OSS software. Not to say that Trac isn't good mind. – gbjbaanb Mar 05 '10 at 12:52
  • I am trying to tie `dokuwiki` into a bug tracker with SVN support, so far `trac` isn't it because I don't have access to the server on which the SVN repo is. – icedwater Jun 25 '13 at 02:53
2

The mediawiki instructions also work for Mindtouch.

slestak
  • 153
  • 1
  • 8