Question

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)
Was it helpful?

OTHER TIPS

DokuWiki will be a good choice.

Read this: Integrating DokuWiki with Mantis

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.

The mediawiki instructions also work for Mindtouch.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top