It's all about the answers!

Ask a question

Get the value of an attribute of a workItem


Amey Kumar Samala (111) | asked Feb 08 '17, 12:30 a.m.
edited Feb 08 '17, 2:03 a.m. by Ralph Schoon (63.3k33646)

I want to get the Release Target attribute's value.

I tried,

IWorkItem iWorkItem = wiInstance.getWorkItem();
System.out.println(iWorkItem.getValue(attribute).toString());


instead, it returns IDeliverableHandle object.
I would be grateful
for your help, I searched the archive threads but the answers were not clear enough for me.


One answer



permanent link
Ralph Schoon (63.3k33646) | answered Feb 08 '17, 2:05 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.