How to resolve tracks change references ?
I have some links with link type id - com.ibm.team.workitem.linktype.scm.tracksChanges and want to fetch the data. Please help. Below is the code I am using :
IChangeSetHandle changeSetHandle = (IChangeSetHandle) link.getTargetRef().resolve();
wiHandles.add((IChangeSetHandle) link.getTargetRef().resolve());
if (source instanceof IChangeSetHandle) {
changeSet = (IChangeSet) repo.itemManager().fetchCompleteItem(changeSetHandle,
IItemManager.DEFAULT, monitor);
System.out.println("changeset---1"+changeSet);
}
Comments
Piotr Aniola
Mar 30 '18, 10:12 a.m.Rinkal Garg
Apr 02 '18, 5:10 a.m.Rinkal Garg
Apr 03 '18, 8:18 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 03 '18, 11:05 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 03 '18, 11:27 a.m.