It's all about the answers!

Ask a question

How to get changeset associated with particular baseline of component using RTC client api


Nilesh Patil (1733650) | asked Mar 10 '17, 3:29 p.m.

 Hi All,

Thank you in advance

I am working on task where I need to find out changesets present under particular baseline of component. I have used below two api for same

workspaceManager.findChangeSets(changeSetSearchCriteria,  IWorkspaceManager.MAX_QUERY_SIZE, null);
where,
changeSetSearchCriteria  contains  following criteria
  changeSetSearchCriteria.setComponent(componentHandle);    
changeSetSearchCriteria.setContext(baseline);

but both method is not returning exact changeset. It returns all the changeset under that component

Please let me know how to read exact changeset under particular baseline of component


Be the first one to answer this question!


Register or to post 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.