[follow-up action] How to clear custom attribute(timestamp) value?
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
Ralph Schoon (63.5k●3●36●46)
| 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
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.