Represents the state to column mapping per work item type This allows auto state update when the column changes

interface TaskboardColumnMapping {
    state?: string;
    workItemType?: string;
}

Properties

state?: string

State of the work item type mapped to the column

workItemType?: string

Work Item Type name who's state is mapped to the column