It's all about the answers!

Ask a question

How to Import Work Items in RTC from an existing csv file through a Java program?


Querier Q (113) | asked Nov 08 '16, 3:59 a.m.
  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



permanent link
Ralph Schoon (63.3k33646) | 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


Register or to post 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.