Skip to content

LabelAddedToCardTriggerConstraint

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines constraints for triggers related to labels being added to cards.

Values

Value Description
AnyOfTheseLabelsAreAdded Trigger activates if any of the specified labels are added to the card.
AnyButTheseLabelsAreAreAdded Trigger activates if any label except the specified ones are added to the card.
AnyLabel Trigger activates if any label is added to the card, regardless of its identity.

Usage

Used in LabelAddedToCardTrigger to specify the conditions under which the trigger activates.

Clone this wiki locally