After delivering baseline using plain Java API, delivered baselines are shown in for accept (as incoming baselines), What is cause of this issue?
![]()
Andrew Ciaz (49●5)
| asked Jul 09 '19, 5:37 a.m.
edited Jul 09 '19, 6:09 a.m. by Ralph Schoon (60.5k●3●36●43) Hi all, I am delivering baselines through client side Java API, and I get outgoing baselines and changesets using following API:
changeHistorySyncReport.outgoingBaselines();
changeHistorySyncReport.outgoingChangeSets()
I also tried
changeHistorySyncReport.outgoingChangeSetsAfterBasis()
But problem is, my baselines are delivered without fail, but same baselines are shown in incoming baselines list. If anyone has the solution please help to resolve the issue.
|