次の方法で共有


Builds - Get Build Work Items Refs From Commits

特定のコミットにフィルター処理されたビルドに関連付けられている作業項目を取得します。

POST https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}/workitems?api-version=7.1-preview.2
POST https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}/workitems?$top={$top}&api-version=7.1-preview.2

URI パラメーター

名前 / 必須 説明
buildId
path True

integer

int32

ビルドの ID。

organization
path True

string

Azure DevOps 組織の名前です。

project
path True

string

プロジェクト ID またはプロジェクト名

api-version
query True

string

使う API のバージョン。 このバージョンの API を使用するには、これを '7.1-preview.2' に設定する必要があります。

$top
query

integer

int32

返される作業項目の最大数、またはコミット ID が指定されていない場合に考慮するコミットの数。

要求本文

名前 説明
body

string[]

コミット ID のコンマ区切りのリスト。

応答

名前 説明
200 OK

ResourceRef[]

成功した操作

セキュリティ

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL: https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

Scopes

名前 説明
vso.build_execute ビルドの結果、定義、要求など、ビルド成果物にアクセスする機能、ビルドのキューに登録する機能、ビルド プロパティを更新する機能、およびサービス フックを介してビルド イベントに関する通知を受け取る機能を付与します。

定義

ResourceRef

名前 説明
id

string

url

string