以编程方式在 TFS 中添加新的迭代 [英] Programmatically add new iteration in TFS

查看:31
本文介绍了以编程方式在 TFS 中添加新的迭代的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以通过右键单击项目并转到团队项目设置 > 区域和迭代 > 迭代选项卡,手动向 TFS 中的团队项目添加新迭代.

I can manually add a new iteration to a team project in TFS by right clicking on the project and going to Team Project Settings > Areas and Iterations > Iterations tab.

是否有关于如何使用他们的 API 以编程方式执行此操作的示例?

Is there an example out there of how to do this programmatically using their API?

谢谢!

推荐答案

本教程是否解决了您的问题?http://blogs.microsoft.co.il/blogs/shair/archive/2009/01/30/tfs-api-part-10-add-area-iteration-programmatically.aspx

Does this tutorial solve your problem? http://blogs.microsoft.co.il/blogs/shair/archive/2009/01/30/tfs-api-part-10-add-area-iteration-programmatically.aspx

Google-Futfs api 添加迭代"

Google-Fu "tfs api add iteration"

看一眼他的代码(并使用 TFS),似乎迭代被视为层次结构.这就是为什么你会看到诸如Release1Sprint2"之类的东西......你可以让它们嵌套得很深......在深处它们可能只是一条路径,这就是为什么他使用添加路径等

From glancing at his code, (and using TFS) it looks like iterations are getting treated as hierarchies. That's why you see things like "Release1Sprint2" etc... you can have them nested deep... deep down they're probably just a path and that's why he's using the add path etc

这篇关于以编程方式在 TFS 中添加新的迭代的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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