Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateProcessWorkItemTypeFieldRequest

Class to describe a request that updates a field's properties in a work item type.

Hierarchy

  • UpdateProcessWorkItemTypeFieldRequest

Index

Properties

Optional allowGroups

allowGroups: boolean

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

Optional defaultValue

defaultValue: any

The default value of the field.

Optional readOnly

readOnly: boolean

If true the field cannot be edited.

Optional required

required: boolean

The default value of the field.

Generated using TypeDoc