如何从Azure Dev Ops Rest API完成/完成积压项目? [英] How to get done/completed backlog items from Azure Dev Ops rest api?

查看:100
本文介绍了如何从Azure Dev Ops Rest API完成/完成积压项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

待办事项-获取待办事项级别的工作项"的rest api似乎仅返回打开的"工作项,不包括已完成/已完成.

'Backlogs - Get Backlog Level Work Items' rest api seems to only return "open" work items, excluding done/completed.

我没有看到文档中提到的任何其他参数来返回所有内容,那么如何获得项目/团队/积压组合的完整项目呢?

I don't see any additional parameter mentioned in the docs to return everything, so how to get completed items for a project/team/backlog combination?

推荐答案

如何从Azure Dev Ops rest api完成/完成积压项目?

How to get done/completed backlog items from Azure Dev Ops rest api?

您无法完成/完成积压项目.那是因为积压的产品代表您的项目计划,因此是您的团队计划交付的产品的路线图.因此,已完成/已完成的积压项目不会在Azure DevOps中列出.如果您将待办事项上任何工作项的状态更改为closed,则待办事项将从该待办事项中删除该工作项:

You could not get done/completed backlog items. That because a product backlog represents your project plan, the roadmap for what your team plans to deliver. So, the done/completed backlog items will not be list in the Azure DevOps. If you change the state of any work item to closed on the backlog, backlog will remove that work item from backlog:

要获取已完成的工作项,可以对API进行WIQL部分处理.

To get those done/completed work items, you could WIQL part of the API.

检查此线程以了解更多详细信息.

Check this thread for some more details.

希望这会有所帮助.

这篇关于如何从Azure Dev Ops Rest API完成/完成积压项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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