Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 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


0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 382

Question asked: Mar 10 '17, 3:29 p.m.

Question was seen: 2,469 times

Last updated: Mar 10 '17, 3:29 p.m.

Confirmation Cancel Confirm