LabelConditionConstraint - rwjdk/TrelloDotNet GitHub Wiki
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.