Changes between Version 2 and Version 3 of JiraToTracIntegration


Ignore:
Timestamp:
Jun 26, 2009, 6:39:05 PM (15 years ago)
Author:
Thijs Triemstra
Comment:

adding python 3.1 note and more descriptions

Legend:

Unmodified
Added
Removed
Modified
  • JiraToTracIntegration

    v2 v3  
    11= Import Jira backup files into Trac =
     2The Jira2Trac plugin provides you with tools to import [http://www.atlassian.com/software/jira/ Jira] backup files into Trac.
    23
    3 == Description ==
    4 This plugin provides you with tools to import [http://www.atlassian.com/software/jira/ Jira] backup files into Trac.
     4The plugin consists of a Python 3.1 commandline tool that:
     5 - Parses the Jira backup XML file
     6 - Sends the imported Jira data and attachments to Trac using XML-RPC
     7 - Generates a htpasswd file containing the users with their SHA-512 base64 encoded passwords
     8
     9Using a patched version of the AccountManagerPlugin allows you then to authenticate Jira users in Trac.
    510
    611It currently supports migration of:
     
    1823 - [http://trac.edgewall.org Trac] {{{0.11.4}}}
    1924
    20 Dependencies:
     25Dependencies on other Trac plugins:
    2126 - XmlRpcPlugin {{{1.0}}}
    2227 - AccountManagerPlugin