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
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).