Is there any impact of caluculated value script to exiting workitems?
Hi, we have many no of workitems created later if we apply the script on particular attribute the script effects in efficient way for new workitems created after script apply but not for existing workitems which is already created and saved before script applied.
So Is there any impact of caluculated value script to exiting workitems
One answer
Scripts only have effects if they are called. https://jazz.net/wiki/bin/view/Main/AttributeCustomization explains when they are called. For old work items, unless they are opened and scripts run, there is no effect.
Note, JavaSript is only supported in the Web UI and the Eclipse UI. Opening work items with automation such as a command line java program therefore can not enforce running the scripts.