vote up 0 vote down star

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)
flag

67% accept rate

3 Answers

vote up 2 vote down

DokuWiki will be a good choice.

Read this: Integrating DokuWiki with Mantis

link|flag
I cannot see the content on this page - it looks like I need an account with mantisbt.org website – Adrian Oct 12 at 11:46
Adrian: Login as Anonymous. Trick: use this link first then copy-paste the other. – NinethSense Oct 12 at 12:37
Anonymous login: mantisbt.org/bugs/login_page.php – NinethSense Oct 12 at 12:38
I was able to access the document "Integrating DokuWiki with Mantis" in PDF format mantisbt.org/bugs/… 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 at 12:50
vote up 2 vote down

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|flag
It is a good alternative, I will consider it. – Adrian Oct 24 at 19:43
Also consider redmine. – Paul McMillan Oct 29 at 9:16

Your Answer

Get an OpenID
or

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