从提交中检索拉取请求ID

时间:2019-06-28 17:31:57

标签: azure azure-devops

在当前的Azure设置中,我需要从通过对该分支的提交触发的构建中检索拉取请求ID。

我发现了这个:How can I get the PullRequestId via a BuildId?,但这是来自请求请求,而不是提交。如果您进行提交,则parameters对象为空。

1 个答案:

答案 0 :(得分:0)

A way to do this is by listing all the open pull requests

Retrieve the build information

使用构建中的sourceBranch在拉取请求列表中找到sourceRefName。这样您就具有正确的拉取请求,并且可以使用pullRequestId来检索拉取请求ID。