Handle iterations : How to check "Planned For" value changed
![]()
Hi All,
I would like to know how to check whether a "Planned For" attribute value has been changed while saving the work item using jazz extensions.
Anybody have snippets of code.
Regards,
BalaMurugan S
|
One answer
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Apr 25 '16, 3:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Similar to the RTC Extensions workshop mentioned here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ you can basically access the old value in the old state of the work item and compare it wit the new value in the new state. If they are different, they have changed and you can react based on this information.
|