Bulk update of few fields in work items in project area of RTC
Hi,
I want to update few fields with same default value in few work items in current project area.
After our release of RTC few attributes showing lilteral.i2 some id name. Its because in current release we removed that id and used another literal id so that it will compatible to calculate multiplication of 2 attributes
Earlier This literal id represents default value. so now i want to update few work item's attributes with default value instead of literal.l2 (error)
please let me know as its blocking our users to use that field.
Thanks,
Kavita
2 answers
Since you removed and created an new literal, instead of just renaming the old one, there is no other way than to go trough all work items and modify the attribute value.
I would try to create a query, and use the Bulk update in the query UI
Comments
You could use the plain Java Client Libraries to update all enumeration values. See http://rsjazz.wordpress.com/2012/08/20/manipulationg-work-item-enumeration-values/ and related posts. The effort might be too high if the number of work items is small. There is also a way to run queries from the plain Java Client Libraries. I will try to blog example code today.