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

WorkItem not getting Linked in the buildresult in "include-in-builds" type

 I am using the below code to create link of the workitem in buildresult  in RTC. But it is not reflecting. Please let me know where am i doing mistake?


ILink linkmanager= (ILinkManager) teamrepository.getclientlibrary(ILinkmanager.class);
Itemreference source= IReferenceFactory.Instance.Createreferencetoitem(workitemhandle);
Itemreferencce target= IReferenceFactory.Instance.Createreferencetoitem(buildresulthandle);
ILink link= linkmanager.createLink(Buildlinktypes.Included_work_items,target,source);
linkmanager.savelink(link,monitor);

0 votes

Comments

 I have also been creating  a short comment to workitemhandle as mentioned in below URL but still it didnt work for me: https://jazz.net/forum/questions/134302/i-can-view-build-results-using-the-rtc-eclipse-client-but-not-with-browser-comibmteambuildviewresult 


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

Question asked: Nov 13 '20, 7:04 a.m.

Question was seen: 702 times

Last updated: Nov 13 '20, 7:08 a.m.

Confirmation Cancel Confirm