AddProcessWorkItemTypeFieldRequest interface

Class that describes a request to add a field in a work item type.

Properties

allowedValues

The list of field allowed values.

allowGroups

Allow setting field value to a group identity. Only applies to identity fields.

defaultValue

The default value of the field.

readOnly

If true the field cannot be edited.

referenceName

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