更改默认的休息日冲刺 [英] Changing The Default Days Off Sprint

查看:88
本文介绍了更改默认的休息日冲刺的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改Team Foundation Server 2012(RTM)中所有sprint的默认休息时间?

How to change the default days off for all sprint in Team Foundation Server 2012(RTM)?

推荐答案

如此处所述: http://msdn.microsoft.com/zh-CN/library/hh543813(v = vs.110).aspx#import. [ ^ ].

在TFS11中还有一个有关新配置设置的视频: http ://channel9.msdn.com/Blogs/VisualStudio/Upgrading-to-Team-Foundation-Server-11-Process-Templates [
As mentioned here: Similar question at MSDN forum[^]
It says:
In the common process config settings you can change the weekend days.

If you are on TFSPreview, you are unable yet to modify these settings. But if you are working on premise, you can change that with some steps provided at http://msdn.microsoft.com/en-us/library/hh543813(v=vs.110).aspx#import.[^].

There is also a video about the new configuration settings in TFS11: http://channel9.msdn.com/Blogs/VisualStudio/Upgrading-to-Team-Foundation-Server-11-Process-Templates[^]


Try out.


Please go to the path <drive>:\Program Files\Microsoft Team Foundation Server 11.0\Tools\Deploy\ProcessTemplateManagerFiles\1033\Scrum\Template\WorkItem Tracking\Process. Open the file CommonConfiguration.xml, and find the Weekends node, customize your weekends. By default, the settings are:

<Weekends>
    <DayOfWeek>Saturday</DayOfWeek>
    <DayOfWeek>Sunday</DayOfWeek>
  </Weekends>



然后在"VS2012的开发人员命令提示符"上运行以下模板命令:

witadmin importcommonprocessconfig/collection:CollectionURL/p:ProjectName/f:< drive>:\ Program Files \ Microsoft Team Foundation Server 11.0 \ Tools \ Deploy \ ProcessTemplateManagerFiles \ 1033 \ Scrum \ Template \ WorkItem Tracking \ Process \ CommonConfiguration.xml"



then run the following template coammand on "Developer Command Prompt for VS2012":

witadmin importcommonprocessconfig /collection:CollectionURL /p:ProjectName /f:"<drive>:\Program Files\Microsoft Team Foundation Server 11.0\Tools\Deploy\ProcessTemplateManagerFiles\1033\Scrum\Template\WorkItem Tracking\Process\CommonConfiguration.xml"


这篇关于更改默认的休息日冲刺的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆