(VSTS)自动化团队的互动选择 [英] (VSTS) Automatize of the interations selection for the team

查看:67
本文介绍了(VSTS)自动化团队的互动选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用Visual Studio Team Services。

I am using Visual Studio Team Services.

我试图找到自动化选择的方法团队的迭代。

I am trying to find the way to automatize the selection of the iterations for the team.

现在这是非常手工的工作。要做到这一点,你必须去设置 - >工作 - >默认团队的设置。在那里你可以选择迭代。

For now it is very manual work. To do it, you have to go to Settings -> Work -> Default team's settings. And there you can select iterations.

问题是每次创建新的迭代时你都必须这样做。

The problem is you have to do it every time, when new iteration is created.

有没有办法自动化这个程序?最好的方法是使用API​​实现它。有可能吗?

Is there any way to automatize this procedure? The best approach would be to achieve it with the API. Is it possible?

提前感谢您的每一个答案!

Thanks in advance for every answer!

推荐答案

是的,您可以通过
VSTS REST API

POST https:// {instance} / DefaultCollection / {project} / {team} / _ apis / work / TeamSettings / Iterations?api-version = {version}

内容类型:application / json

{" id":" xxxxxxxxxx" }

最好的问候,


这篇关于(VSTS)自动化团队的互动选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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