RTC: How to change Found In attribute for many work items?
With RTC 3.0.1.6 I want to change many defects with Found In = Unassigned to another value.
I can create a query showing all this defects with Found In = Unassigned
But when I select all to be changed defects and open the menu the option "Change Found In..." is not available as for other attributes (e.g "Change Priority...." is possible for many work items).
Do you have another idea how I easily can change many work items Found In value?
I can create a query showing all this defects with Found In = Unassigned
But when I select all to be changed defects and open the menu the option "Change Found In..." is not available as for other attributes (e.g "Change Priority...." is possible for many work items).
Do you have another idea how I easily can change many work items Found In value?
2 answers
Found In attribute is of type Deliverable and bulk edit on Deliverable type is unfortunately a defect :
Can't change attributes of type Deliverable on multiple work items in the eclipse or web client (183310)
Fixed in 4.0 as part of :
Select bulk actions based on attribute types (184411)
and
Can't change attributes of type Deliverable on multiple work items in the web client (184492)
as for an alternative, I would attempt a export of those work items (with work item id and the found in attribute) and modifying the values in the resultant csv and importing it back with "update matched workitem entry" option selected
Eclipse Client > Open the Project Area > File Menu > Import > Team : Work Items from CSV > Update matched Work Item
I haven't tested this for the Deliverable field. So, you may want to test this work around on a test machine before applying it on the production.
Hope it helps.
Can't change attributes of type Deliverable on multiple work items in the eclipse or web client (183310)
Fixed in 4.0 as part of :
Select bulk actions based on attribute types (184411)
and
Can't change attributes of type Deliverable on multiple work items in the web client (184492)
as for an alternative, I would attempt a export of those work items (with work item id and the found in attribute) and modifying the values in the resultant csv and importing it back with "update matched workitem entry" option selected
Eclipse Client > Open the Project Area > File Menu > Import > Team : Work Items from CSV > Update matched Work Item
I haven't tested this for the Deliverable field. So, you may want to test this work around on a test machine before applying it on the production.
Hope it helps.