{ "version": 1, "name": "示例团队工作区(复制后改成自己的地址)", "rocketChat": { "url": "https://chat.example.com" }, "ado": { "url": "http://ado.example.com/tfs/DefaultCollection", "auth": "ntlm", "webUrl": "http://ado.example.com/tfs/DefaultCollection" }, "workItemTemplates": { "defaultProject": "Alpha", "templates": [ { "name": "缺陷修复套装", "items": [ { "type": "Bug", "title": "{title}" }, { "type": "Task", "title": "【修复】{title}", "parent": 0 }, { "type": "Task", "title": "【验证】{title}", "parent": 0 } ] }, { "name": "单个工作项", "items": [{ "type": "{type}", "title": "{title}" }] } ] }, "update": { "source": "dir", "location": "\\\\fileserver\\share\\rocketx" }, "workItems": { "hierarchyLayout": "feature-split" }, "aliases": { "u:alice": "架构师" } }