Skip to content

LabelConditionConstraint

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

Defines constraints for label conditions in Trello automation.

Values

Value Description
AnyOfThesePresent Checks if any of the provided labels are present on the card.
NoneOfTheseArePresent Checks if none of the provided labels are present on the card.
AllOfThesePresent Checks if all of the provided labels are present on the card.
NonePresent Checks if no labels are present on the card.

Usage

Used in LabelCondition class for specifying label constraints.

Clone this wiki locally