= Jira2Trac = == Description == Tools to migrate from [http://www.atlassian.com/software/jira/ Jira] to Trac. == Bugs/Feature Requests == Existing bugs and feature requests for JiraToTracIntegration are [report:9?COMPONENT=JiraToTracIntegration here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=JiraToTracIntegration&owner=thijs new ticket]. == Download == Download the zipped source from [download:jiratotracintegration here]. == Source == You can check out JiraToTracIntegration from [http://trac-hacks.org/svn/jiratotracintegration here] using Subversion, or [source:jiratotracintegration browse the source] with Trac. == Example == {{{ #!sh #!/bin/bash BACKUP=../../data/backup.xml ATTACHMENTS=../../data/attachments HTPASSWD=../test/.htpasswd USERNAME=admin PASSWORD=admin HOST=localhost:8080/test ./jira2trac -i $BACKUP -a $ATTACHMENTS -u $USERNAME -p $PASSWORD -l $HOST -t $HTPASSWD }}} == Recent Changes == [[ChangeLog(jiratotracintegration, 3)]] == Author/Contributors == '''Author:''' [wiki:thijs] [[BR]] '''Contributors:'''