Extensionfields - Add
POST https://vstmr.dev.azure.com/{organization}/{project}/_apis/testresults/extensionfields?api-version=7.2-preview.1
Parâmetros de URI
Nome | Em | Obrigatório | Tipo | Description |
---|---|---|---|---|
organization
|
path | True |
string |
O nome da organização do Azure DevOps. |
project
|
path | True |
string |
ID do projeto ou nome do projeto |
api-version
|
query | True |
string |
Versão da API a ser usada. Isso deve ser definido como '7.2-preview.1' para usar essa versão da api. |
Corpo da solicitação
Nome | Tipo | Description |
---|---|---|
body |
Respostas
Nome | Tipo | Description |
---|---|---|
200 OK |
operação bem-sucedida |
Segurança
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
Nome | Description |
---|---|
vso.test_write | Concede a capacidade de ler, criar e atualizar planos de teste, casos, resultados e outros artefatos relacionados ao gerenciamento de testes. |
Definições
Nome | Description |
---|---|
Custom |
|
Custom |
|
Custom |
CustomTestFieldDefinition
Nome | Tipo | Description |
---|---|---|
fieldId |
integer |
|
fieldName |
string |
|
fieldType | ||
scope |
CustomTestFieldScope
Nome | Tipo | Description |
---|---|---|
all |
string |
|
none |
string |
|
system |
string |
|
testResult |
string |
|
testRun |
string |
|
testRunAndTestResult |
string |
CustomTestFieldType
Nome | Tipo | Description |
---|---|---|
bit |
string |
|
dateTime |
string |
|
float |
string |
|
guid |
string |
|
int |
string |
|
string |
string |