CustomTestFieldDefinition interface

Data structure which stores details for the customTestFields to be updated

Properties

fieldId

ID assigned to the custom test field upon creation, should be left empty when creating.

fieldName

The name of custom field cannot be longer than 50 characters (spaces, numbers, and special characters are not allowed) and must be unique in the project. The names are case insensitive.

fieldType

Data type of the customTestField.

scope

Artifact to which customTestField will be set.

Property Details

fieldId

ID assigned to the custom test field upon creation, should be left empty when creating.

fieldId: number

Property Value

number

fieldName

The name of custom field cannot be longer than 50 characters (spaces, numbers, and special characters are not allowed) and must be unique in the project. The names are case insensitive.

fieldName: string

Property Value

string

fieldType

Data type of the customTestField.

fieldType: CustomTestFieldType

Property Value

scope

Artifact to which customTestField will be set.

scope: CustomTestFieldScope

Property Value