Represents the taskbord column

interface TaskboardColumn {
    id?: string;
    mappings?: ITaskboardColumnMapping[];
    name?: string;
    order?: number;
}

Properties

id?: string

Column ID

Work item type states mapped to this column to support auto state update when column is updated.

name?: string

Column name

order?: number

Column position relative to other columns in the same board