= Migrate Scarab issues to Trac tickets = == Description == Script that migrates [http://scarab.tigris.org/ Scarab] issues to Trac tickets == Bugs/Feature Requests == Existing bugs and feature requests for ScarabToTracScript are [report:9?COMPONENT=ScarabToTracScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ScarabToTracScript&owner=szaffarano new ticket]. == Download == Download the zipped source from [download:scarabtotracscript here]. == Source == You can check out ScarabToTracScript from [http://trac-hacks.org/svn/scarabtotracscript here] using Subversion, or [source:scarabtotracscript browse the source] with Trac. == Example == You should have installed the [http://trac-hacks.org/wiki/XmlRpcPlugin XmlRpcPlugin] because updates are done through it. 1. Modify the configuration file, import-configuration.sample.xml. There are several sections: 1. Common: common stuff. '''scarab-attachments-path''' should be the path where the attachment are Scarab {{{ #!xml http://user:password@any-host-to-trac/projects/a-project/login/xmlrpc /tmp/scarab/attch_scarab }}} 1. Mappings between scarab users and trac users {{{ #!xml }}} 1. Global mappings between scarab und trac form fields. The optional ''ignore'' attribute indicates that if the field does not exist in the Trac form, will be ignored. It is used to define fields to be used as part of other fields (in transformations). The '''transformation''' tag indicates that before setting the value of these field there will be a Genshi transformation, using as context all fields (including those marked with ignore = true) {{{ #!xml $ticket.summary [Issue Scarab $ticket.id] }}} 1. a '''scarab-artifact''' section: mappings for a particular scarab issue type. '''additional-attributes''' Adds to Trac ticket (ticket-type attribute) associated with scarab issue (type attribute). The value is too a Genshi transformation. Should have a '''scarab-artifact''' tag for each Scarab Issue type. {{{ #!xml Ticket importado desde Scarab, ID = ${ticket.id} {% if "descripcion_scarab" in ticket %}${ticket.descripcion_scarab}{% end %} {% if "log" in ticket %}Log: ${ticket.log} {% end %} {% if "observaciones_comentarios_mejoras" in ticket %}Observaciones, comentarios y mejoras: $ticket.observaciones_comentarios_mejoras {% end %} }}} 1. a '''status-map''': maps the status field between Scarab and Trac statuses. {{{ #!xml }}} 1. The scarab2trac.py script should run in a text terminal. With the "-h" parameter it prints the help: {{{ Usage: scarab2trac.py [options] Options: -h, --help show this help message and exit -c CONF, --conf=CONF Archivo de configuracion -s SCARAB, --scarab-issues=SCARAB Archivo con los issues exportados desde Scarab }}} CONF file was explained above. SCARAB file must be a XML file, exported from Scarab (Scarab options: Admin -> Current module -> XML export issues) == Recent Changes == [[ChangeLog(scarabtotracscript, 3)]] == Author/Contributors == '''Author:''' [wiki:szaffarano] [[BR]] '''Contributors:'''