It's all about the answers!

Ask a question

[follow-up action] How to clear custom attribute(timestamp) value?


faith chen (116) | asked Jul 13 '22, 9:03 p.m.

Hello


I have follow-up action problem

my code is setting currect time for custom attribute 
workItem.setValue(attribute_Timestamp, currentTime);

and i want to clear value in next status
workItem.setValue(attribute_Timestamp, null);

but value still exists,how to empty value

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Jul 14 '22, 2:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jul 14 '22, 2:48 a.m.

 In the Client API setting to null seems to be working, provided the work item is actually saved. See https://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/ for work item save and the implications when running a follow up action with work item save.

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.