How to Import Work Items in RTC from an existing csv file through a Java program?
Hi, I have a requirement of Importing Work Items from an existing .csv file programatically using Java, instead of using 'File-->Import-->Work Items from CSV' option in eclipse.
I have .csv file with me and I tried to login to RTC using JAVA API for the same but could not find something for Importing Work Items from an existing csv file. How can I proceed with this?
|
One answer
Ralph Schoon (63.3k●3●36●46)
| answered Nov 09 '16, 2:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You either look into remote controlling a headless RTC Eclipse client e.g. using the class com.ibm.team.workitem.rcp.ui.internal.wizards.inport.WorkItemImportWizard as entry point how the import is used, or you create a custom importer (see https://rsjazz.wordpress.com/2016/10/25/the-rtc-work-item-command-line-on-bluemix/ as an example for such a thing).
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.