Changes between Initial Version and Version 1 of MantisImportScript


Ignore:
Timestamp:
Dec 20, 2006, 10:27:00 PM (17 years ago)
Author:
Anton Stroganov
Comment:

New hack MantisImportScript, created by codeFiend

Legend:

Unmodified
Added
Removed
Modified
  • MantisImportScript

    v1 v1  
     1= mantis2trac home =
     2
     3== Description ==
     4
     5Mantis bugs can be imported using this script.
     6
     7Currently, the following data is imported from Mantis:
     8  * bugs
     9  * bug comments
     10  * bug activity (field changes)
     11  * attachments (as long as they're stored in the database)
     12
     13Attachments 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.
     14
     15== Bugs/Feature Requests ==
     16
     17Existing bugs and feature requests for MantisImportScript are
     18[report:9?COMPONENT=MantisImportScript here].
     19
     20If you have any issues, create a
     21[http://trac-hacks.org/newticket?component=MantisImportScript&owner=codeFiend new ticket].
     22
     23== Download ==
     24
     25Download the zipped source from [download:mantisimportscript here].
     26
     27== Source ==
     28
     29You can check out MantisImportScript from [http://trac-hacks.org/svn/mantisimportscript here] using Subversion, or [source:mantisimportscript browse the source] with Trac.
     30
     31== Example ==
     32
     33mantis2trac.py has similar parameters as the bugzilla2trac.py script:
     34
     35mantis2trac - Imports a bug database from Mantis into Trac.
     36
     37Usage: mantis2trac.py [options]
     38
     39Available Options:
     40{{{
     41  --db [MySQL dbname]              - Mantis database
     42  --tracenv /path/to/trac/env      - Full path to Trac db environment
     43}}}
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(mantisimportscript, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:codeFiend] [[BR]]
     52'''Contributors:'''