问题
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