Fabrizio Giudici wrote: > > On May 21, 2007, at 14:35 , Fabrizio Giudici wrote: > >> >> In this case, yes, it's better to go with CSV. >> > > ... if CSV it's hard (because of formatting issues or such) and > something more sophisticated is required, JIRA exposes some RESTful APIs > for a lot of tasks, including issue creation. So, you could write an > application which access Sun's tracker and directly talks with Apache > River's JIRA to put stuff into it. > > --Fabrizio Giudici, Ph.D. - Java Architect, Project Manager > Tidalwave s.a.s. - "We make Java work. Everywhere." > weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog > [EMAIL PROTECTED] - mobile: +39 348.150.6941 > >
JIRA is notoriously a PITA for importing and exporting, as you can't even export a project from JIRA and reimport it back into JIRA alongside another. :) Some people have written extractors and importers for this reason and they are available on the Atlassian wiki. -- Christopher G. Stach II
