How to retrive the old state of Iteration(IProcessItem) just like we have oldworkitemstate and newworkitemstate for IWorkItem?
![]()
I am looking for a way to get the previous details of a Iteration. As what I noticed if I save a iteration in the participant I cannot get the previous state. Just like in case of workitem we have workItemOldState, workItemNewState I want similar thing for Iteration (IProcessItem)
|
2 answers
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Mar 09 '16, 11:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can try to use the IAuditable Interface and get the Predecessor and the merged predecessor state. IAuditable can have a history. I am not sure if it is always stored though.
Comments Hi Ralph,
|
![]()
I don't believe that is possible to do. As Ralph mentioned the iteration history is not kept.
|