UpdateTaskboardColumn interface

Properties

id

Column ID, keep it null for new column

mappings

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

name

Column name is required

order

Column position relative to other columns in the same board

Property Details

id

Column ID, keep it null for new column

id: string

Property Value

string

mappings

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

mappings: TaskboardColumnMapping[]

Property Value

name

Column name is required

name: string

Property Value

string

order

Column position relative to other columns in the same board

order: number

Property Value

number