【发布时间】:2016-10-21 09:53:01
【问题描述】:
我需要为 TFS 2015 中的 Retrospective 选项卡设置默认值。
出厂值如下(TEXT 1):
What worked?
What didn't work?
What will we do differently?
使用 Powertools,我添加了一个 DEFAULT 规则。在规则中,我为 Retrospective (TEXT 2) 指定以下默认值:
What worked?
Please check out what you wanted to do differently in the last two sprints.
What didn't work?
What will we do differently?
所以真的只是添加Please check out what you wanted to do differently in the last two sprints.
现在问题来了。我保存了我的工作,如果我在 Visual Studio 中创建了一个 sprint,则会显示 TEXT 2。
如果我在 Online TFS(从浏览器访问)中创建 Sprint,它将显示 TEXT 1。
过去有没有人遇到过类似的问题?
提前谢谢你!
【问题讨论】:
-
为什么不覆盖出厂默认设置?我自己也遇到过类似的问题。我相信您在 WITD 文件中应用的规则并不总是在 VS 和 Web Access 中得到一致的评估。请注意,整个 WITD 似乎在不久的将来会被弃用,因为 Microsoft 已经允许直接从 Team Services 中的 WebAccess 进行自定义。因此,Web Access 很可能没有像现在那样实现 WITD 100%。见blogs.msdn.microsoft.com/visualstudioalm/2016/01/11/…
-
TFS 2015 没有 Sprint 工作项,你自定义了吗?
标签: tfs visual-studio-2015 tfs-2015