I have created a custom work item type in TFS2010 and I think I need to add it to the Requirements Group to make it show up in Testing Center (Work Items can be found, but my new type cannot even if I set the search filter to explicitly look for it). How do I do this?
|
feedback
|
|
OK, I finally found something helpful on MSDN. You have to use witadmin Open a VS2010 command prompt and get the categories like this:
Then this MSDN article explains the syntax of the categories xml file. I added my custom work item type in like this:
Then you reimport them using the witadmin tool again:
And now Testing Center is able to assign the new work item types as requirements. | |||
|
feedback
|