Edgewall Software

Changes between Version 28 and Version 29 of TracImport


Ignore:
Timestamp:
May 4, 2011, 6:02:43 PM (13 years ago)
Author:
AdrianFritz
Comment:

D.R.Y. Mantis section

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v28 v29  
    1616
    1717== Bugzilla ==
     18
     19 th:BugzillaIssueTrackingPlugin:: integrates Bugzilla into Trac keeping TracLinks
    1820
    1921Ticket data can be imported from Bugzilla using the [http://trac.edgewall.org/browser/trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the contrib/ directory of the Trac distribution.
     
    7274== Mantis ==
    7375
    74 The mantis2trac script now lives at http://trac-hacks.org/wiki/MantisImportScript. You can always get the latest version from http://trac-hacks.org/changeset/latest/mantisimportscript?old_path=/&filename=mantisimportscript&format=zip
    75 
    76 Mantis bugs can be imported using the attached script.
    77 
    78 Currently, the following data is imported from Mantis:
     76 th:MantisImportScript:: script to import from Mantis into Trac the following data:
    7977  * bugs
    8078  * bug comments
    8179  * bug activity (field changes)
    82   * attachments (as long as the files live in the mantis db, not on the filesystem)
    83 
    84 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.
    85 
    86 mantis2trac.py has the same parameters as the bugzilla2trac.py script:
    87 {{{
    88 mantis2trac - Imports a bug database from Mantis into Trac.
    89 
    90 Usage: mantis2trac.py [options]
    91 
    92 Available Options:
    93   --db <MySQL dbname>              - Mantis database
    94   --tracenv /path/to/trac/env      - Full path to Trac db environment
    95   -h | --host <MySQL hostname>     - Mantis DNS host name
    96   -u | --user <MySQL username>     - Effective Mantis database user
    97   -p | --passwd <MySQL password>   - Mantis database user password
    98   -c | --clean                     - Remove current Trac tickets before importing
    99   --help | help                    - This help info
    100 
    101 Additional configuration options can be defined directly in the script.
    102 }}}
     80  * attachments (as long as the files live in the mantis db, not on the filesystem) .
    10381
    10482== !PlanetForge ==