It's all about the answers!

Ask a question

Pushing the data from database to RTC


KT PD (5910) | asked Sep 17 '21, 3:28 a.m.

 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



permanent link
Ralph Schoon (63.3k33646) | answered Sep 17 '21, 3:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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
Ralph Schoon commented Sep 17 '21, 3:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.