Is there an option to bulk update a custom attribute value in RTC 4.0.1
Hi Team
We have created a custom attribute in RTC 4.0.1.
This attribute has two options in the dropdown (Option 1 and Option 2).
The requirement is to change the attribute value from Option 1 to Option 2.
Though this can be done manually by going to each workitem and changing the value; I am looking for a bulk update option as there are 1000+ workitems to be updated.
Kindly let me know if there is any option to cater this?
Best Regards
Rajat
2 answers
First Option would be to run Synchronize attributes. It can be done from the UI or using the API http://rsjazz.wordpress.com/2012/11/19/using-an-expression-to-synchronize-attributes-for-work-items-of-a-specific-type/ . There is a query limit that could get into the way. You can avoid it by changing the property as described or modify your items using the API similar to synchronizing the attributes and adding code like here: http://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/ .