Pushing the data from database to RTC
Hi Team,
I am working with one web application, where we are creating request/ticket which contains some attributes like summary, field against etc. When we create the request, once it saved, the database is updated. When it save into database, is it possible to push that data of request in to RTC as work items. So, it is possible to create any utility or application for the same?
What is the easiest way to do the same.
Please guide on the same.
One answer
At this point, you have to use one of the available APIs to CRUD a work item. The available APIS are OSLC (REST), and the EWM Plain Java Client Libraries.
The work item command line (WCL) is a Java application that uses said Java API to CRUD work items. See https://github.com/jazz-community/work-item-command-line .
It might be possible to call the WCL instead of creating your own tool.
Comments
See https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding for the ELM APIs.
See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ for my view of how to get started with the Java APIs.