wiki:MantisImportScript

Version 5 (modified by Anton Stroganov, 17 years ago) (diff)

--

mantis2trac home

Description

Mantis bugs can be imported using this script.

Currently, the following data is imported from Mantis:

  • bugs
  • bug comments
  • bug activity (field changes)
  • attachments (as long as they're stored in the database)

Attachments are imported ONLY if they're stored in the database. There's no provision for migrating filesystem-based attachments at this time. 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

Existing bugs and feature requests for MantisImportScript are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:mantisimportscript here].

Source

You can check out MantisImportScript from here using Subversion, or browse the source with Trac.

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

Recent Changes

16529 by rjollos on 2017-04-16 02:19:51
Fix indentation
11733 by codeFiend on 2012-07-17 11:04:59
syncing changes from github
2213 by codeFiend on 2007-05-02 05:38:44
MantisImportScript:

applying patch for ticket #1448 by liris dot pp at gmail dot com

(more)

Author/Contributors

Author: Paul Baranowski
Contributors: Joao Prado Maia, codeFiend