How can I get the value of the iteration attribute from a specific workitem with Java API?
![]() Hi, IWorkItem workItem = ... // holds I specific workItem I have retrieved using the java API. Can anyone tell me how I get the value from the iteration attribute of this workitem? thx! / Franca
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Mar 18 '20, 3:05 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 18 '20, 3:05 a.m.
How that part of the API works is explained here: https://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/ and here https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/ .
|