I have created a Work Item Definition for TFS 2010 called "KB Item" and imported it to TFS server. After some KB Items were created in TFS, I needed to update the work item definition. I made some changes and imported new KB Item definition to TFS. Now I can reate new KB Items but can't update and save KB Items created prior to definition change.

I get the following error:

TF26212: Team Foundation Server could not save your changes. There may be problems with the work item type definition. Try again or contact your Team Foundation Server administrator.

I did google it but nothing worked.

link|improve this question
Finally I got it working! One of the things I updated was GLOBALLIST which was used by KB Item type. I added new values to the existing GLOBALLIST and imported to TFS server and that broke my older work items, so what I have done was I set the value in each old KB Item to some other value in the list saved it, than set the value back to what it was and save again. Because I didn't have a lot of KB Items in TFS, I just did it one-by-one manually. Hope, this helps you or point in the right direction for resolving your issue! – Vic Sep 8 '11 at 20:56
feedback

1 Answer

Glad it's working.

If you haven't already done so, you should add the ALLOWEXISTINGVALUE rule to the field that references the global list. That way if the global list drops a value that existing work items use then those work items will still be editable.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.