How to find outgoing changesets using plain Java API?
Hi guys,
I need your help regarding finding of outgoing changesets, but changeHistorySyncReport.outgoingChangeSets(); return empty list. Following is the scenario:
1. If I create changeset only then it is returned by API.
1. If I create changeset and then baseline then API returns empty list
How to find outgoing changesets from 2nd scenario.