How to recalculate Script Based Calculated Values for all WI after changing the script
![]()
After uploading a new script for a Script Based Calculated Value, I can see that the change only takes effects when I open a Work Item and save it again.
Is there anyway to forced RTC to recalculate this attribute for all Work Items? |
3 answers
![]()
no.. these scripts are only run on workitem saves
|
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 27 '13, 8:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
It might be an idea to use this code and run it from a commandline: http://rsjazz.wordpress.com/2012/11/19/using-an-expression-to-synchronize-attributes-for-work-items-of-a-specific-type/ I am not sure it it would be sufficient to just run synchronize. Maybe you have also to modify a value to trigger the calculation.
|