AgileBoardColumnInput
Value for a agile board column.
Input Fields
actionType (
AgileBoardColumnActionType
)
Type of action to perform when an item is added to this column.
dialogType (
AgileBoardColumnDialogType
)
Type of dialog to open when an item is added to this column.
id (
ID
)
Identifier of the object to update using these values. For new objects it should be null
.
memberId (
ID
)
Identifier of the person to assign the item to when action type is assign
and an item is added to this column.
name (
String
)
Name of the column.
position (
Int
)
Relative position of the column.
removeAfter (
Int
)
Items in this column will be removed from the board if they are not explicitly moved in this many days.
teamId (
ID
)
Identifier of the team to assign the item to when action type is assign
and an item is added to this column.
wipLimit (
Int
)
Work-in-progress limit for the column.