It's all about the answers!

Ask a question

Handle iterations : How to check "Planned For" value changed


Balamurugan Selvarasu (331430) | asked Apr 23 '16, 12:33 p.m.
 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



permanent link
Ralph Schoon (63.1k33645) | 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


Register or to post 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.