Edgewall Software

Changes between Version 36 and Version 37 of TracImport


Ignore:
Timestamp:
Mar 23, 2017, 9:24:41 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor edits.

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v36 v37  
    1515== Bugzilla
    1616
    17 [https://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin BugzillaIssueTrackingPlugin]: a plugin that integrates Bugzilla issue data into Trac keeping TracLinks. Ticket data can be imported from Bugzilla using the [trac:browser:trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the contrib/ directory of the Trac distribution.
     17[https://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin BugzillaIssueTrackingPlugin]: a plugin that integrates Bugzilla issue data into Trac keeping TracLinks. Ticket data can be imported from Bugzilla using the [trac:browser:trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the `contrib/` directory of the Trac distribution.
    1818
    1919{{{#!python
     
    3939 * bug activity (field changes)
    4040 * bug attachments
    41  * user names and passwords (put into a htpasswd file)
     41 * user names and passwords (put into an htpasswd file)
    4242
    4343The script provides a number of features to ease the conversion, such as:
     
    5252[https://trac-hacks.org/wiki/JiraToTracIntegration JiraToTracIntegration]: a plugin that provides tools to import Atlassian Jira backup files into Trac. The plugin consists of a Python 3.1 commandline tool that:
    5353 - Parses the Jira backup XML file.
    54  - Sends the imported Jira data and attachments to Trac using the [th:XmlRpcPlugin].
     54 - Sends the imported Jira data and attachments to Trac using the [https://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin].
    5555 - Generates a htpasswd file containing the imported Jira users and their SHA-512 base64 encoded passwords.
    5656
     
    6969== Scarab
    7070
    71 [https://trac-hacks.org/wiki/ScarabToTracScript ScarabToTracScript]: a script that migrates Scarab issues to Trac tickets. Requires [th:XmlRpcPlugin].
     71[https://trac-hacks.org/wiki/ScarabToTracScript ScarabToTracScript]: a script that migrates Scarab issues to Trac tickets. Requires [https://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin].
    7272
    7373== Sourceforge