Extensionfields - Add
POST https://vstmr.dev.azure.com/{organization}/{project}/_apis/testresults/extensionfields?api-version=7.2-preview.1
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
organization
|
path | True |
string |
Azure DevOps 組織の名前です。 |
project
|
path | True |
string |
プロジェクト ID またはプロジェクト名 |
api-version
|
query | True |
string |
使う API のバージョン。 このバージョンの API を使用するには、これを '7.2-preview.1' に設定する必要があります。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
body |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功した操作 |
セキュリティ
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.test_write | テスト計画、ケース、結果、その他のテスト管理関連の成果物を読み取り、作成、更新する機能を付与します。 |
定義
名前 | 説明 |
---|---|
Custom |
|
Custom |
|
Custom |
CustomTestFieldDefinition
名前 | 型 | 説明 |
---|---|---|
fieldId |
integer |
|
fieldName |
string |
|
fieldType | ||
scope |
CustomTestFieldScope
名前 | 型 | 説明 |
---|---|---|
all |
string |
|
none |
string |
|
system |
string |
|
testResult |
string |
|
testRun |
string |
|
testRunAndTestResult |
string |
CustomTestFieldType
名前 | 型 | 説明 |
---|---|---|
bit |
string |
|
dateTime |
string |
|
float |
string |
|
guid |
string |
|
int |
string |
|
string |
string |