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