pull request を取得します。 HTTP コピー GET https://dev.azure.com/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullrequests/{pullRequestId}?api-version=7.1 省略可能なパラメーターを含む: HTTP コピー GE
{ "href": "https://dev.azure.com/fabrikam/_apis/git/repositories/3411ebc1-d5aa-464f-9615-0b527bc66719/pullRequests/22/iterations" } }, "supportsIterations": true, "artifactId": "vstfs:///Git/PullRequestId/a7573007-bbb3-4341-b726-0c4148a07853%2f3411ebc1-d5aa-464f-9615-0b...
Sample Request HTTP HTTP 複製 GET https://dev.azure.com/fabrikam/_apis/git/repositories/3411ebc1-d5aa-464f-9615-0b527bc66719/pullrequests?searchCriteria.status=completed&api-version=7.1-preview.1 Sample Response Status code: 200 JSON 複製 { "value": [ { "repository": { "id...
PATCH https://dev.azure.com/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads/{threadId}?api-version=5.1 URI 参数 展开表 名称在必需类型说明 organization path True string Azure DevOps 组织的名称。 pullRequestId path True ...
概述:拉取请求(Pull Request)是Azure DevOps Server (之前称为TFS)系统中用于代码评审和分支合并的管理流程。使用拉取请求,代码评审人员可以记录记录代码评审过程中发现的问题、潜在的漏洞、创造性的亮点等。在代码评审过程中,创建一个具有指导性的描述文档,可以帮助
问Azure Devops Pull Request -如果用户在分支上工作,则阻止用户批准请求EN上一篇文章介绍了常用的版本...
问Azure Devops Pull Request -如果用户在分支上工作,则阻止用户批准请求EN开箱即用,您可以阻止pull ...
For Azure DevOps the configuration is slightly different. You can add the following to .git/config:下面这个配置,只能获取Active的pull request[remote "origin"] fetch = +refs/pull/*/merge:refs/remotes/origin/pull/*It is also possible to perform an ad-hoc fetch of a pull-request into a ...
Git -> Azure DevOps will now show New Pull Request I think this is related to this closed issue where there was a race condition between the connection to Azure DevOps and the initialization of the Git extension:https://developercommunity.visualstudio...
I tried to retrieve the PullRequest using Azure DevOps Rest Api (_apis/git/pullrequests), but some of the response data are null. Such as repository, createdBy, lastMergeSourceCommit, lastMergeCommit, completionOptions, and closedBy. For other fields have values. ...