Attempting to get unset feature: Resolver
Hi Team,
I am working on fetching Resolver from RTC 6.0..6.1 using java application.
Below are the code of lines:
IContributorHandle reolverHandle = workItem.getResolver();
IContributor resolver = (IContributor) teamRepository.itemManager()
.fetchCompleteItem(reolverHandle, IItemManager.DEFAULT,
monitor);
When I am trying to fetch the data it is showing me error as
"Attempting to get unset feature: Resolver"
Thanks,
ketaki
|
Accepted answer
Ralph Schoon (63.6k●3●36●47)
| answered Mar 07 '22, 3:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This code works fine for me: KT PD selected this answer as the correct answer
|
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.