I'm using TFS 2012 and VS 2013. It's an existing project with few customization in process template. Due to this when I try to enable Code Review and Feedback features, it gives error.
Two questions:
- How can I add these features in existing customized process template?
- How can I download existing process template for customization? Process Template Manager only downloads the server version not the current project's version.
Another issue is my project's common process configuration file is not complete. below is the text im getting.
<?xml version="1.0" encoding="utf-16"?>
<CommonProjectConfiguration>
<RequirementWorkItems />
<TaskWorkItems />
</CommonProjectConfiguration>
There are few changes suggested on msdn but this file doesnt has much information. How can i get valid file?
Below is the error list i'm getting;
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: RequirementWorkItems. TF400517: The value of this element is set to: Microsoft.VSTS.Scheduling.StoryPoints. You must set the value to a field that exists in all of the work item types that are defined in RequirementWorkItems. The field does not exist in the following work item types: User Story.
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: TypeFields/TypeField[type='Order']. TF400517: The value of this element is set to: Microsoft.VSTS.Common.StackRank. You must set the value to a field that exists in all of the work item types that are defined in RequirementWorkItems. The field does not exist in the following work item types: User Story.
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: TypeFields/TypeField[type='Activity']. TF400501: The value of this element is set to: Microsoft.VSTS.Common.Activity. You must set the value to a field that exists in the work item types that are defined in: TaskWorkItems. These work item types must also have the following field defined: TypeFields/TypeField[type='RemainingWork']. The field does not exist in the following work item types: Task.