IContributorHandle to IContributor
Hi,
I tried several ways to find a client that will give me IContributor from an IContributorHandle. I tried different clients(e.g. IWorkItemClient, IProcessClientService) using getClientLibrary() the function. It would be very helpful if someone can let me know which cilent interface to use to achieve it. Thanks. Regards, Abhishek |
Accepted answer
Hi
Every handle class has a corresponding Item class where the 'full info' is available (handle is just some sort of pointer). You can use the IItemManager (ITeamRepository#itemManager()) to resolve a handle to an item (e.g. from IContributorHandle to IContributor). Regards Marcel Jazz Work Item team Ralph Schoon selected this answer as the correct answer
Comments
Pierre-Benoit Besse
commented Nov 28 '12, 3:45 a.m.
ITeamRepository belongs to the client libraries. How do you do it on the server side ?
|
One other answer
Example code:
IProgressMonitor monitor = new SysoutProgressMonitor(); Comments A lot of those basic quastions are answered in this post: https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ and in other posts on that blog.
|
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.