使用 TFS REST API 获取团队积压 [英] Get the team backlog using TFS REST API

查看:44
本文介绍了使用 TFS REST API 获取团队积压的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有我可以调用的 REST API 来检索 TFS 中特定团队的待办事项(如待办事项列表中的工作项列表")?

Is there a REST API I can call to retrieve the backlog (as in "the list of work items on the backlog") for a particular team in TFS?

我发现 TFS 使用私有 API 来检索内容,但我使用它并不是特别舒服,因为它没有记录.

I have found that TFS uses a private API to retrieve the content, but I am not particularly confortable using it since it is not documented.

顺便说一句,有问题的私有 API 是

Btw, the private API in question is

[project]/[team]/_api/_backlog/payload?__v=5&level=Stories&includeParents=false

[project]/[team]/_api/_backlog/payload?__v=5&level=Stories&includeParents=false

推荐答案

我已经在我这边测试过这个 API,它确实获得了 Backlog 站点上的所有信息.虽然没有记录在案,但您可以使用它来获取您想要的信息.

I've tested this API on my side, it does get all information on Backlog site. Although it is not documented, you can use it to get information you want.

这篇关于使用 TFS REST API 获取团队积压的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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