When I upgraded a server from TFS 2010 to TFS 2013, I faced the following error:
There are no process templates available with valid configuration settings for this team project. TF400618: The reporting type of field “Field name” in work item type “Work-Item type” conflicts with the reporting type of the existing field.
This problem occurs because the old project used a field as [reportable=”dimension”] but the new process template (Scrum 2013) doesn’t. So, all I needed to do was:
- Download the Scrum Process Template from TFS 2013.
- Update the field to be reportable=”dimension”.
- Upload the process template and override the existing one.
So now the two fields are matching, and it succeeded.