WorkItemCreateConfiguration interface

Work item configuration creation payload

Properties

connectorDataConfiguration

Serialized JSON object for detailed properties

connectorId

Unique connector id

validateOnly

Boolean indicating validate only

workItemProperties

Custom work item properties

Property Details

connectorDataConfiguration

Serialized JSON object for detailed properties

connectorDataConfiguration?: string

Property Value

string

connectorId

Unique connector id

connectorId?: string

Property Value

string

validateOnly

Boolean indicating validate only

validateOnly?: boolean

Property Value

boolean

workItemProperties

Custom work item properties

workItemProperties?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}