BoardItemAction interface
Describe the action to apply when an item is moved to a column and the specified condition is met.
- Extends
Action Id.
id: string
Property Value
string
Item type.
itemType: string
Property Value
string
Action to execute. e.g. Change state
action: string
Property Value
string
Inherited From PredicateAndAction.action
Condition to meet before applying action.
predicate: string
Property Value
string
Inherited From PredicateAndAction.predicate