It's all about the answers!

Ask a question

Attempting to get unset feature: Resolver


KT PD (59310) | asked Mar 07 '22, 2:20 a.m.

 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


permanent link
Ralph Schoon (63.6k33647) | 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


Register or 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.