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

How to get the owner of a RTC category using Java Client Plain API?

This way, I got a ICategory object.

        ICategoryHandle categoryHandle = fWorkItem.getCategory();   
        ICategory category = fAuditableClient.resolveAuditable(categoryHandle, ICategory.DEFAULT_PROFILE, null);

But now I want to know who is the owner (IContributor) of this category, do you know what should I do?

Thanks!

0 votes



One answer

Permanent link
A category in RTC is not owned by a user (IContributor). The question you could ask is, which process ares (team area or project area) are associated with the category.

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,936
× 411

Question asked: May 22 '14, 5:47 a.m.

Question was seen: 6,656 times

Last updated: May 22 '14, 6:25 a.m.

Related questions
Confirmation Cancel Confirm