What is it ?
mantis2pivotal transfers Mantis issues to Pivotal Stories.
It was a real life project that permits to build the
PivotalTracker Fluent API
How it works
For my own needs, i wrote a program that do the migration from Mantis to Pivotal Tracker.
Just get it and
customize to your own needs.
If someone wants to make it more generic, please do it, i will publish the code.
View current
workflow.
Follow the project
Prerequisites
- PivotalTracker Fluent API (included in the release)
- Mantis Connect must be installed on your Mantis* : to test it go to http://mydomain/api/soap/mantisconnect.php
It could be necessary to configure your mantisconnect in UTF-8 (do a try with default configuration before trying this one):
in
(installdir)/api/soap/mantisconnect.php : locate the wsdl generation and change with these values
$l_oServer->xml_encoding = "UTF-8";
$l_oServer->soap_defencoding = "UTF-8";