VSTS在两个版本之间找到工作项 [英] VSTS find workitems between two releases

查看:47
本文介绍了VSTS在两个版本之间找到工作项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要比较当前版本和先前版本之间的相关工作项,我可以使用以下内容:

To compare the related work items between the current release and a previous release I can use the following:

是否可以创建查询以在两个版本之间获得相同的工作项?或VSTS Rest API.

Is there possible to create a query to get the same work items between two releases? Or alternatively the VSTS Rest API.

我这样做的原因是创建功能">故事">任务"列表以填充发行说明.使用上面的UI会花费大量时间来查找任务和功能之间的关系.

My reason for this is to create a list of Features > Stories > Tasks to fill the release notes. Using the above UI makes it pretty time intensive to find out the relation between the tasks and features.

推荐答案

通过调用检索工作项

https://{account}.vsrm.visualstudio.com/[teamproject]/_apis/Release/releases/{current release id}/workitems?api-version=4.1-preview.1&baseReleaseId={compare release id}

它仅返回工作项的ID,URL,您需要通过

It just return the id, url of work items, you need to get details of work item through Get a list of work items REST API.

这篇关于VSTS在两个版本之间找到工作项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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