It's all about the answers!

Ask a question

Get IContributor from UUID


Fran Burgos (12312252) | asked Dec 15 '15, 6:41 a.m.

The goal is to get the name of IContributor from the UUID. But I get null with the next code:

String contributorUUID = "_zP_coJleEd-joaYjvz6g2w"

IContributorIdentity contributorIdentity = IContributorIdentity.FACTORY.create(UUID.valueOf(contributorUUID));

IContributorRecordHandle contributorRecordHandle = contributorService.fetchContributorRecordByIdentity(contributorIdentity);

IContributorRecord contributor = (IContributorRecord) contributorRecordHandle.getFullState();

The contributor exists because I have checked with: https://localhost:7443/jazz/resource/itemOid/com.ibm.team.scm.Component/_zP_coJleEd-joaYjvz6g2w?_mediaType=text/XML

But contributor is always null. What is missing?

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Dec 15 '15, 6:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.