BoardItemStateSync interface

Describe a two way sync from moving item on board OR from changing state of item outside of the board.

Extends

Properties

id

Sync Id.

itemType

Item type.

Inherited Properties

stateValue

The state value that will be synced to.

subType

The sub-type that will be set for sync, for example, 'User Story' for work item.

Property Details

id

Sync Id.

id: string

Property Value

string

itemType

Item type.

itemType: string

Property Value

string

Inherited Property Details

stateValue

The state value that will be synced to.

stateValue: string

Property Value

string

Inherited From SubTypeAndStateValue.stateValue

subType

The sub-type that will be set for sync, for example, 'User Story' for work item.

subType: string

Property Value

string

Inherited From SubTypeAndStateValue.subType