Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddProcessWorkItemTypeFieldRequest

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

Hierarchy

  • AddProcessWorkItemTypeFieldRequest

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 referenceName

referenceName: string

Reference name of the field.

Optional required

required: boolean

If true the field cannot be empty.

Generated using TypeDoc