WorkItemTypeFieldInstance interface

Field instance of a work item type.

Extends

Properties

allowedValues

The list of field allowed values.

defaultValue

Represents the default value of the field.

Inherited Properties

alwaysRequired

Indicates whether field value is always required.

dependentFields

The list of dependent fields.

helpText

Gets the help text for the field.

name

The friendly name of the field.

referenceName

The reference name of the field.

url

The REST URL of the resource.

Property Details

allowedValues

The list of field allowed values.

allowedValues: string[]

Property Value

string[]

defaultValue

Represents the default value of the field.

defaultValue: string

Property Value

string

Inherited Property Details

alwaysRequired

Indicates whether field value is always required.

alwaysRequired: boolean

Property Value

boolean

Inherited From WorkItemTypeFieldInstanceBase.alwaysRequired

dependentFields

The list of dependent fields.

dependentFields: WorkItemFieldReference[]

Property Value

Inherited From WorkItemTypeFieldInstanceBase.dependentFields

helpText

Gets the help text for the field.

helpText: string

Property Value

string

Inherited From WorkItemTypeFieldInstanceBase.helpText

name

The friendly name of the field.

name: string

Property Value

string

Inherited From WorkItemTypeFieldInstanceBase.name

referenceName

The reference name of the field.

referenceName: string

Property Value

string

Inherited From WorkItemTypeFieldInstanceBase.referenceName

url

The REST URL of the resource.

url: string

Property Value

string

Inherited From WorkItemTypeFieldInstanceBase.url