Edgewall Software

Changes between Version 27 and Version 28 of TracImport


Ignore:
Timestamp:
May 4, 2011, 5:45:55 PM (13 years ago)
Author:
AdrianFritz
Comment:

Added ScarabToTracScript & PlanetForge sections. Some alfabetically order.

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v27 v28  
    6363The adequate milestone for valid bugzilla2trac issue is usually ''not applicable'', which means that fixes to the contributed script are not planned for a particular Trac release but can happen anytime.
    6464
    65 == Sourceforge ==
     65== Jira ==
    6666
    67  th:SfnToTracScript:: importer of !SourceForge's new backup file (originated from #Trac3521)
    68 
    69 Also, ticket data can be imported from Sourceforge using the [http://trac.edgewall.org/browser/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
     67 th:JiraToTracIntegration:: provides tools to import Atlassian Jira backup files into Trac. The plug-in consists of a Python 3.1 commandline tool that:
     68   - Parses the Jira backup XML file
     69   - Sends the imported Jira data and attachments to Trac using the [http://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin]
     70   - Generates a htpasswd file containing the imported Jira users and their SHA-512 base64 encoded passwords
    7071
    7172== Mantis ==
     
    101102}}}
    102103
    103 == Jira ==
     104== !PlanetForge ==
    104105
    105 The [http://trac-hacks.org/wiki/JiraToTracIntegration Jira2Trac plugin] provides you with tools to import Atlassian Jira backup files into Trac.
     106 th:PlanetForgeImportExportPlugin:: this plugin exports Trac data (wiki, tickets, compoments, permissions, repositories, etc.) using the open format designed by the COCLICO project. It extends the webadmin panel and the 'trac admin ...' command. Still has no 'import' feature.
    106107
    107 The plugin consists of a Python 3.1 commandline tool that:
     108== Scarab ==
    108109
    109  - Parses the Jira backup XML file
    110  - Sends the imported Jira data and attachments to Trac using the [http://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin]
    111  - Generates a htpasswd file containing the imported Jira users and their SHA-512 base64 encoded passwords
     110 th:ScarabToTracScript:: script that migrates Scarab issues to Trac tickets
     111    * Requires [http://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin]
     112
     113== Sourceforge ==
     114
     115 th:SfnToTracScript:: importer of !SourceForge's new backup file (originated from #Trac3521)
     116
     117Also, ticket data can be imported from Sourceforge using the [http://trac.edgewall.org/browser/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
    112118
    113119== Other ==