https://github.com/trac-hacks/mantis2trac
a way to migrate mantis tickets and issues into Trac
https://github.com/trac-hacks/mantis2trac
mantis python trac trac-plugin
Last synced: 4 months ago
JSON representation
a way to migrate mantis tickets and issues into Trac
- Host: GitHub
- URL: https://github.com/trac-hacks/mantis2trac
- Owner: trac-hacks
- Created: 2012-07-17T08:04:56.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T22:28:44.000Z (about 9 years ago)
- Last Synced: 2025-04-13T19:58:51.680Z (about 1 year ago)
- Topics: mantis, python, trac, trac-plugin
- Language: Python
- Size: 35.2 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mantis2trac #
Mantis bugs can be imported into Trac using this script.
Currently, the following data is imported from Mantis:
* bugs
* bug comments
* bug activity (field changes)
* attachments
If you use the script, please read the NOTES section (at the top of the file) and make sure you adjust the config parameters for your environment.
## Bugs/Feature Requests ##
Please report any problems in the [issues section](https://github.com/trac-hacks/mantis2trac/issues).
Historical bugs and feature requests are on [trac-hacks.org](http://trac-hacks.org/report/10?COMPONENT=MantisImportScript).
## Example ##
mantis2trac.py has similar parameters as the bugzilla2trac.py script:
mantis2trac - Imports a bug database from Mantis into Trac.
Usage: mantis2trac.py [options]
Available Options:
```
--db [MySQL dbname] - Mantis database
--tracenv /path/to/trac/env - Full path to Trac db environment
-h | --host [MySQL hostname] - Mantis DNS host name
-u | --user [MySQL username] - Effective Mantis database user
-p | --passwd [MySQL password] - Mantis database user password
-c | --clean - Remove current Trac tickets before importing
--products [Product1,"Product 2"] - List of products to import from mantis
--help | help - This help info
```
## Author/Contributors ##
### Original Author: ###
[Paul Baranowski](http://paulbaranowski.org/)
### Contributors: ###
* [João Prado Maia](http://pessoal.org/)
* [Anton Stroganov](http://github.com/Aeon)
* [John Lichovník](http://ufo.cz)
* [Matthew Parmelee](http://interworx.com)
* [Steffen Mecke](https://github.com/stm2)