Facing problem in streams comparision
I'm using WVCM API to compare 2 streams, both of these streams are Jazz Streams
ResponseIterator<CompareReport> compareList = stream1.doCompareReport(stream2, new CompareFlag[]{CompareFlag.ACTIVITIES, CompareFlag.NEW_ONLY}, feedback); The ResponseIterator object I receive provides me the difference in version list as well as difference in activities. The list of activities is basically the list of change sets. But when try to get the list of tasks from the activity, it is null, though there are work items associated with the change set i.e. (AddedActivity) CompareReport)).getActivity().getTaskList() is null. Please let me what can be the problem and how it can be rectified? I'm using RTC 2.0 beta |
12 answers
We are using own sync algorithm. The reason for that is the same, we need to attach the same RTC workitem (actually the CMVC defect which is imported/synchronized using CMVC Work item connector) which is used to make changes in Jazz.
One question: Are you using the standard sync algorithm (defined in Hi Geoff, |
Is there any addition in the latest versions of RTC which I can provide the solution to my problem?
I'm using WVCM API to compare 2 streams, both of these streams are Jazz Streams |
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.