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