What is the best way to import work items to RTC
We want to migrate items from ClearQuest to RTC. Unfortunately it's not simple mapping. In some cases for one record in CQ, we will have 3 records in RTC which are linked.
Ex: Defect in CQ will be mapped to "Issue, Defect, Task" which are linked by "Resolves/Resolved by"
I am wondering what would be the best way create/import these records in RTC?
I can think of the following:
-> Perl script which can talk to CQ as well create WI in RTC via OSLC
-> Perl script which can export file a format and use Java with RTC Plain Java API to create WI in RTC
-> Use Eclipse to export CQ records in XML format and use Perl / Java to create WI
-> Use Eclipse to export CQ records in XML format and use Eclipse to create Items in RTC, but I don't know if thi can create the way i need, for 1 CQ record create 3 WI and link them
I am looking for most effective solution as well as less effort
Accepted answer
Hello Karthik,
please review https://jazz.net/library/article/69
You may want to use the CQ Importer and a customized mapping file.
Thanks,
Eric
Comments
1 vote
1 vote
showing 5 of 6
show 1 more comments
Comments
sam detweiler
May 27 '14, 11:10 a.m.2 votes