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

get WorkItem from UUID

How do I get WorkItem from the UUID on the server.

I'am implementing a RPC service which can only take certain parameters when called from a client(https://jazz.net/wiki/bin/view/Sandbox/JAFServiceFramework)

I am passing a UUID object for a workItem and want to resolve that to a WorkItem instance.

Anyone knows how to do that ?

1 vote



One answer

Permanent link

I resolved that myself. A handle is just as good as  the item itself.

Can anyone confirm this is a correct resolution:

IWorkItemHandle workItemHandle = (IWorkItemHandle) IWorkItem.ITEM_TYPE.createItemHandle(workITemUUID, null);

1 vote

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,941

Question asked: Nov 21 '12, 4:01 a.m.

Question was seen: 4,405 times

Last updated: Nov 21 '12, 4:39 a.m.

Confirmation Cancel Confirm