TFS 2010 から TFS 2013 にアップグレードしようとしています。更新はうまくいきましたが、現在の唯一の問題は、Web アクセス機能を構成しようとすると、次のエラーが表示されることです。
[Warning] TF400609: Cannot add the action 'Microsoft.VSTS.Actions.StartWork' to the work item type 'Task' because the state 'New' does not exist.
[Warning] TF400609: Cannot add the action 'Microsoft.VSTS.Actions.StopWork' to the work item type 'Task' because the state 'New' does not exist.
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: BugWorkItems/BugWorkItems. TF400506: This element defines the states for work items that represent Bugs or Defects. Each state must exist in at least one of the work item types that are defined in: BugWorkItems. The following states do not exist in any of the work item types: Active.
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: BugWorkItems/BugWorkItems. TF400507: Each work item type must support an initial state value that matches one of the states defined in: BugWorkItems. The following work item types have initial states that do not include any states defined in the bug state configuration: Bug.
以前のプロセス テンプレートはカスタマイズされていたので、ここでも同じことを行い、新しいプロセス テンプレートを更新する必要があることはわかっています。私は Visual Studio Professional ライセンスを持っていないので、プロセス テンプレート エディターを持っていません。それで私は続けて、テンプレートを手動で変更しました。
基本的に、タスク アイテムではステータスを「アクティブ」から「新規」に、バグ アイテムではプロジェクトで使用されている「アクティブ」を「開始済み」に名前を変更しました。
そして、この編集したテンプレートをアップロードして、Web アクセス ページを構成しようとしましたが、うまくいきませんでした。
私がどこで間違ったのか手がかりはありますか?プロセス テンプレートに変更を加えても、エラー メッセージは変わりません。