RTC filter and list workitems based on hardware scanning of an object.
Hi,
I have usecase which I might wonder whether it is available in RTC. The use case is,
1) Scan an object using Barcode scanner.
2) Show the workitems related to the scanned item value.
3) Workitems should be displayed in RTC web UI, similar to running a query and results get displayed.
If you choose to right extension, how the extension will be invoked, when the object is scanned and how can the extension will list workitems in UI.
Kindly help me to get some information in this topic.
Thanks,
One answer
RTC is for defect/work item management and not for warehouse management.
This is likely not going to be an extension. You could try to extend the Eclipse client and connect scanner data, I suppose, if you wanted.
Anyway, if you have the work item ID, you can call a browser with the URI of the work item that you can construct from the server URI and the work item ID. E.g.
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/165456
where https://jazz.net/jazz/ is the Public URI of the CCM server and 165455 is the work item ID.
Comments
Sachin Nairy
Aug 20 '20, 6:51 a.m.