How do I import/integrate Phabricator (Maniphest) with Mantis

834 views Asked by At

I am interested in implementing Phabricator to manage our software development. We are currently using Mantis 1.2.11 as our bug tracking tool. Is there any guide or tool to integrate or import Mantis bug reports with Phabricator that I can use? Regards Puneet

1

There are 1 answers

2
JSON On

I've taken the approach of integrating rather than migrating, mainly because we've written some custom report generators on top of Mantis which I don't see how to easily fit into Phabricator (which seems to be aimed exclusively to the needs of developers, not their managers and other teams they need to interact with).

On the Phabricator side, I configured bugtraq.url and bugtraq.logregex for linking to mantis bug ids mentioned in checkin comments.

On the Mantis side, I hacked the SourceWebSVN plugin (you can substitute SourceGitWeb or SourceHgWeb as appropriate) to link to revisions in Diffusion instead of WebSVN, and also the LinkText plugin for linking to other objects in Phabricator.