不,沒有辦法設置全局。
但是你可以添加字段任務錯誤或特定項目的任何其他工作項目,然後導入它使用相同的流程模板的WIT定義(XML文件),以每個團隊項目。
您可以創建一個CMD /批文件來完成導入操作,請參見下面的示例:
cd C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\Task.xml /p:Project1
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\Bug.xml /p:Project1
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\Task.xml /p:Project2
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\But.xml /p:Project2
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\Task.xml /p:Project3
witadmin importwitd /collection:http://Server:8080/tfs/DefaultCollection /f:C:\WIT\But.xml /p:Project3
您可以參考這篇文章:https://blogs.msdn.microsoft.com/granth/2013/02/13/tfs-how-to-customize-work-item-types/
順便說一句,你上面鏈接全球名單選擇列表,您可以將其包含在一個或多個字段和類型的工作項目中。這意味着如果添加幾個具有相同列表值的字段,則可以使用全局列表,它在收集級別中定義。