interface UpdateTaskboardColumn {
    id?: string;
    mappings?: TaskboardColumnMapping[];
    name?: string;
    order?: number;
}

Properties

id?: string

Column ID, keep it null for new column

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

name?: string

Column name is required

order?: number

Column position relative to other columns in the same board