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

how to find contributor?(RTC)

 hi
my name is seyoung
I'm studing RTC API
I was wondered if i find contributor list(server field) ..not client field
i have some source..
IContributorHandle userHandle = getAuthenticatedContributor();
        IRepositoryItemService itemService = getService(IRepositoryItemService.class);
        IContributor user1 = (IContributor) itemService.fetchItem(userHandle, null);

but this is only one contibutor mading task
how to get contributor list???
also what is IContributorGroup??? should i use it??

0 votes



One answer

Permanent link
Seyoung, you have to find the contributors by User ID as described here: http://rsjazz.wordpress.com/2012/08/02/subscribing-to-a-work-item-using-the-java-api/

You could also iterate the project areas and team areas and look at the members.

1 vote

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

Question asked: Nov 26 '12, 3:03 a.m.

Question was seen: 7,591 times

Last updated: Nov 26 '12, 5:30 a.m.

Confirmation Cancel Confirm