Get the value of an attribute of a workItem
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
If you really want to learn that, you have to do some reading.
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
This is a must: Understanding and Using the RTC Java Client API