Azure devops管道在生成之间获取工作项 [英] Azure devops pipeline get work items between builds

本文介绍了Azure devops管道在生成之间获取工作项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个预制的选项来进行2个构建,并比较它们之间完成的工作项或PR.我知道有REST API选项可以查找此信息(

I'm looking for a pre-made option to take 2 builds, and compare the work items or PRs completed between them. i know there are REST API options in order to find out this information ( https://docs.microsoft.com/en-us/rest/api/azure/devops/build/builds/get%20work%20items%20between%20builds?view=azure-devops-rest-5.0 ) , but i would rather not build my own app for this if one already exists. Is there something built into azure devops that shows this information, preferably in an exportable format? Is there possibly an existing devops extension in the store? Any searching i do just brings up the REST API call and nothing else unfortunately.

推荐答案

他们似乎已在Azure DevOps中对其进行了更改.我们正在使用Azure DevOps 服务器(本地).在其中,当您在一个阶段中实际部署(执行发行版)时,可以在内部版本之间进行类似TFS的旧工作项比较:

They seem to have changed it in Azure DevOps. We are using Azure DevOps Server (on-prem). In it, the old TFS-like work items comparison between the builds is possible when you actually deploy (execute a release) in a stage:

(在右弹出窗格下方的屏幕快照中,显示了当前在TEST中部署的构建与即将部署的构建之间的工作项"diff" )

这篇关于Azure devops管道在生成之间获取工作项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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