How to get the owner of a RTC category using Java Client Plain API?
yu xin liang (3●2●2)
| asked May 22 '14, 5:47 a.m.
edited May 22 '14, 6:23 a.m. by Ralph Schoon (63.5k●3●36●46)
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! |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered May 22 '14, 6:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.
|
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.