AddProcessWorkItemTypeFieldRequest interface
Class that describes a request to add a field in a work item type.
allowed |
The list of field allowed values. |
allow |
Allow setting field value to a group identity. Only applies to identity fields. |
default |
The default value of the field. |
read |
If true the field cannot be edited. |
reference |
Reference name of the field. |
required | If true the field cannot be empty. |
The list of field allowed values.
allowedValues: string[]
Property Value
string[]
Allow setting field value to a group identity. Only applies to identity fields.
allowGroups: boolean
Property Value
boolean
The default value of the field.
defaultValue: any
Property Value
any
If true the field cannot be edited.
readOnly: boolean
Property Value
boolean
Reference name of the field.
referenceName: string
Property Value
string
If true the field cannot be empty.
required: boolean
Property Value
boolean