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

How to get the Chngeset assosiated workitem using java client library ?

hello team

I have a below code to get the comments  from a ChangeSet .
    IChangeSet cs = (IChangeSet) RTCtoMKS.rtcTeamRepo
                                    .itemManager().fetchCompleteItem(
                                            ch.changeSet(),
                                            IItemManager.REFRESH, null);


Could you please tell me how do i get workitem details which is associated to a changeset ???


0 votes



One answer

Permanent link

 https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ shows this.


The API is mostly Server API but should be pretty much the same in the client API if you use IWorkItemCommon or IWorkItemClient instead of IWorkItemServer.

0 votes

Your answer

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,954

Question asked: May 09 '17, 9:25 a.m.

Question was seen: 1,980 times

Last updated: May 09 '17, 9:47 a.m.

Confirmation Cancel Confirm