Is it possible to integrate a non-IBM tool(Web UI) to RTC?
Using Jazz version 4.0.6
we have a baselined internal tool(non-IBM, web-based interface) to manage incidents or production problems
Currently, one needs to manually enter the request from that tool to RTC to carried forward the assignments - ofcourse there's margin for error.
Is it possible to integrate this internal tool with RTC, such that entering new items would initiate a particular work item type?
Thank You!
One answer
I assume you would just use the OSLC change management API to create the desired work items.
There are a lot of forum posts on this topic, such as: https://jazz.net/forum/questions/63292/how-to-create-work-items-using-oslc
There are a lot of forum posts on this topic, such as: https://jazz.net/forum/questions/63292/how-to-create-work-items-using-oslc
Comments
Thanks Geoffrey!
I did read the related article. To confirm, the OSLC API would allow an HTML based tool to create work items upon certain criteria? OR such integration provides the RTC Work item form for the user to manually enter the details?
You should be able to do either one through OSLC ... i.e. you can create a work item with no interaction with the user, or you can request that a UI be exposed, that allows the user to manually create a work item.