BoardItemStateSyncCreate interface
Describes a board item state sync to create on a board.
- Extends
Properties
item |
The Item type. |
Inherited Properties
state |
The state value that will be synced to. |
sub |
The sub-type that will be set for sync, for example, 'User Story' for work item. |
Property Details
itemType
The 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