Get the team backlog using TFS REST API

风格不统一 提交于 2019-12-25 11:11:11

问题


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?

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.

Btw, the private API in question is

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


回答1:


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.



来源:https://stackoverflow.com/questions/47790446/get-the-team-backlog-using-tfs-rest-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!