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 (63.3k●3●36●46)
| 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.
|
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.