-
Notifications
You must be signed in to change notification settings - Fork 4
LabelAddedToCardTriggerConstraint
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines constraints for triggers related to labels being added to cards.
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. |
Used in LabelAddedToCardTrigger to specify the conditions under which the trigger activates.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')