rave is hosted by Hepforge, IPPP Durham
close Warning:
  • Error with navigation contributor "BrowserModule"
  • Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 3 and Version 4 of TracImport


Ignore:
Timestamp:
Feb 24, 2012, 2:07:08 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v3 v4  
    1 
    21= Importing ticket data =
    32
    43== Bugzilla ==
    54
    6 Ticket data can be imported from Bugzilla using the [http://projects.edgewall.com/trac/browser/trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the contrib/ directory of the Trac distribution.
     5Ticket 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.
    76
    87{{{
     
    4342== Sourceforge ==
    4443
    45 Ticket data can be imported from Sourceforge using the [http://projects.edgewall.com/trac/browser/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
     44Ticket 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.
     45
     46See #Trac3521 for an updated sourceforge2trac script.
    4647
    4748== Mantis ==
     49
     50The 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
    4851
    4952Mantis bugs can be imported using the attached script.
     
    5356  * bug comments
    5457  * bug activity (field changes)
     58  * attachments (as long as the files live in the mantis db, not on the filesystem)
    5559
    56 Attachments are NOT imported.  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.
     60If 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.
    5761
    5862mantis2trac.py has the same parameters as the bugzilla2trac.py script:
     
    7478}}}
    7579
     80== Jira ==
     81
     82The [http://trac-hacks.org/wiki/JiraToTracIntegration Jira2Trac plugin] provides you with tools to import Atlassian Jira backup files into Trac.
     83
     84The plugin consists of a Python 3.1 commandline tool that:
     85
     86 - Parses the Jira backup XML file
     87 - Sends the imported Jira data and attachments to Trac using the [http://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin]
     88 - Generates a htpasswd file containing the imported Jira users and their SHA-512 base64 encoded passwords
     89
    7690== Other ==
    7791
     
    8094=== Using a comma delimited file - CSV ===
    8195See [http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py] for details.  This approach is particularly useful if one needs to enter a large number of tickets by hand. (note that the ticket type type field, (task etc...) is also needed for this script to work with more recent Trac releases)
    82 Loud burping while walking around the airport is prohibited in Halstead, Kansas.
    83 [http://community.tasteofhome.com/members/BuyCialis/default.aspx buy generic cialis]
    84 [http://community.post-gazette.com/members/GenericViagra/default.aspx buy viagra]
    85 http://www.mania.com/buycialis/blog.html
    86 http://buyviagraonline.gather.com/
    87 [http://us.cyworld.com/buylevitra1 levitra without prescription]
    88 [http://relievepain.org/ tramadol generic]
    89 r/JxCQI
    90 http://www.kaneva.com/channel/Buy_Viagra.people
    91 http://forums.plexapp.com/index.php?showuser=8414
    92 [http://fioricetonline.gather.com/ fioricet free prescription]
    93 [http://www.annunci.net/annunci/54/posts/9_Compra_e_Vendi/77_Altro/819250_Compra_Viagra_Online.html viagra]
    94 http://buycialisonline.tv/product.php?prod=fioricet
    95 http://compraviagra.style.it/
    96 Most people want either less corruption or more of a chance to
    97 participate in it.
    98 http://www.arte-arezzo.it/moodle/user/view.php?id=521&course=1&comprare-viagra-cialis
    99  [http://buy-cialis.blog.friendster.com/ online pharmacy]
    100 [http://www.arte-arezzo.it/moodle/user/view.php?id=521&course=1&comprare-viagra-cialis compra kamagra]
    101 [http://compracialis.it/it/item/generic_viagra.html generico viagra comprare]
    102 [http://www.hotfrog.it/Societa/Compra-Cialis-e-Viagra/Propecia-Generico-14606 acquisto propecia]
    103 http://www.hotfrog.it/Societa/Compra-Cialis-e-Viagra/Propecia-Generico-14606
    104 http://community.tasteofhome.com/members/BuyTramadol/default.aspx
    105 http://buy-cialis.blog.friendster.com/
    106 http://buycialisonline.tv/product.php?prod=fioricet
    107 http://www.folkd.com/user/buycialisonline
    108 VZSi8zy [http://www.annunci.net/annunci/54/posts/9_Compra_e_Vendi/77_Altro/819250_Compra_Viagra_Online.html compra viagra]
    109 [http://community.post-gazette.com/members/Buy-Fioricet-Online/default.aspx fioricet order online] [http://www.jaman.com/people/BuyCialis/ purchase Cialis]
    110 VRwHuDH [http://buycialisonline.tv/product.php?prod=ultram prices tramadol]
    111  
     96Comments on script: The script has an error on line 168, ('Ticket' needs to be 'ticket').  Also, the listed values for severity and priority are swapped.
     97
     98=== Using an Excel (.xls) or comma delimited file (.csv) ===
     99This plugin http://trac-hacks.org/wiki/TicketImportPlugin lets you import into Trac a series of tickets from a CSV file or (if the xlrd library is installed) from an Excel file.
     100
     101You can also use it to modify tickets in batch, by saving a report as CSV, editing the CSV file, and re-importing the tickets.
     102
     103This plugin is very useful when starting a new project: you can import a list of requirements that may have come from meeting notes, list of features, other ticketing systems... It's also great to review the tickets off-line, or to do massive changes to tickets.
     104
     105Based on the ticket id (or, if no id exists, on the summary) in the imported file, tickets are either created or updated.
     106
     107