Changes between Initial Version and Version 1 of JiraToTracIntegration


Ignore:
Timestamp:
Jun 26, 2009, 9:39:30 AM (15 years ago)
Author:
Thijs Triemstra
Comment:

New hack JiraToTracIntegration, created by thijs

Legend:

Unmodified
Added
Removed
Modified
  • JiraToTracIntegration

    v1 v1  
     1= Jira2Trac =
     2
     3== Description ==
     4
     5Tools to migrate from [http://www.atlassian.com/software/jira/ Jira] to Trac.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for JiraToTracIntegration are
     10[report:9?COMPONENT=JiraToTracIntegration here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=JiraToTracIntegration&owner=thijs new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:jiratotracintegration here].
     18
     19== Source ==
     20
     21You can check out JiraToTracIntegration from [http://trac-hacks.org/svn/jiratotracintegration here] using Subversion, or [source:jiratotracintegration browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26#!sh
     27#!/bin/bash
     28
     29BACKUP=../../data/backup.xml
     30ATTACHMENTS=../../data/attachments
     31HTPASSWD=../test/.htpasswd
     32
     33USERNAME=admin
     34PASSWORD=admin
     35HOST=localhost:8080/test
     36
     37./jira2trac -i $BACKUP -a $ATTACHMENTS -u $USERNAME -p $PASSWORD -l $HOST -t $HTPASSWD
     38}}}
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(jiratotracintegration, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:thijs] [[BR]]
     47'''Contributors:'''