如何获得迭代级别的详细信息,请访问Tfs rest api urls [英] How to get Iteration level details uisng Tfs rest api urls

查看:76
本文介绍了如何获得迭代级别的详细信息,请访问Tfs rest api urls的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用C#tfs rest api urls获取团队TFS迭代级工作项..请帮助任何一个

I need to get team TFS iteration level work items using C# tfs rest api urls.. please help any one

推荐答案

你好brahmi_developer,

Hi brahmi_developer,

感谢您在此发帖。

有这样的休息api urls直接获取迭代级别的所有工作项。您需要使用其余的api来获取所有工作项,然后根据工作项的迭代过滤工作项:

There is such rest api urls to get all the work items in iteration level directly. You need to use the rest api to get all the work items, then filter the work items based on the work item's iteration:

https://www.visualstudio.com/en-us/docs/integrate/api / wit / work-items#get-a-work-of-work-items

或者您可以尝试使用API​​(.Net对象模型)来获取迭代工作项,您可以参考以下示例:

Or you could try to use the API(.Net Object Model) to get the iteration work item, you could refer to the following sample:

http://blog.wibeck.org/2013/02/get-all-iteration-paths-in-tfs-programtically/

你也可以尝试在TFS中使用查询来直接获取迭代中的所有工作项,它是快速而简单的API:

And you could also try to use the query in TFS to get all the work items in the iteration directly, it is fast and simple that API:

https://stackoverflow.com/questions/38247599/using-在-TFS-REST的API对GET-所有工作项目在迭代中

最好的问候

Limitxiao Gao

Limitxiao Gao


这篇关于如何获得迭代级别的详细信息,请访问Tfs rest api urls的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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