UpdateProcessWorkItemTypeFieldRequest interface
Class to describe a request that updates a field's properties 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. |
required | The default value of the field. |
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
The default value of the field.
required: boolean
Property Value
boolean