CustomTestFieldDefinition interface
Data structure which stores details for the customTestFields to be updated
Properties
field |
ID assigned to the custom test field upon creation, should be left empty when creating. |
field |
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. |
field |
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
scope
Artifact to which customTestField will be set.
scope: CustomTestFieldScope