up vote 4 down vote favorite
1
share [g+] share [fb]

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)
link|improve this question

65% accept rate
feedback

4 Answers

up vote 4 down vote accepted
+100

Mantis can be integrated with MediaWiki

link|improve this answer
feedback

DokuWiki will be a good choice.

Read this: Integrating DokuWiki with Mantis

link|improve this answer
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
Anonymous login: mantisbt.org/bugs/login_page.php – NinethSense Oct 12 '09 at 12:38
1  
I was able to access the document "Integrating DokuWiki with Mantis" in PDF format 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
feedback

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.

link|improve this answer
It is a good alternative, I will consider it. – Adrian Oct 24 '09 at 19:43
Also consider redmine. – Paul McMillan Oct 29 '09 at 9:16
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 5 '10 at 12:52
feedback

The mediawiki instructions also work for Mindtouch.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.