After delivering baseline using plain Java API, delivered baselines are shown in for accept (as incoming baselines), What is cause of this issue?
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.