Reputation: 41
I'm trying to edit the work item types on our TFS server and the "Select Work Item Type" dialog I am seeing is empty. I've been using VS2013 to edit the work item template for Product Backlog Item. But this suddenly happened where the dialog is blank.
Has anyone seen this same issue?
Upvotes: 0
Views: 411
Reputation: 41
I found the solution. It turns out, the cache gets corrupt and produces this issue (among other issues and strange behavior).
To clear your cache folder, go to
C:\Users[USERNAME]\AppData\Local\Microsoft\Team Foundation\4.0\Cache
Upvotes: 1
Reputation: 1124
As a workaround you can always use witadmin.exe tool to export / import work item type definitions (it's under \Common7\IDE\ folder)
Upvotes: 0