-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
2
-
Minor
Issue Summary
It looks like Automations silently fail when there's an @ sign not associated with a username or email address at the description/name of the card.
Examples where the rule will trigger:
exampleemail@email.com
@username
Examples where the rule will not:
Concert @ town hall
meet me @ that place
Steps to Reproduce
- Create a card named card 1
- Create an example rule like:
when the description of a card contains "{carddescription}", rename the card to "test"
- Edit the description of the card with a description such as: "This is a test @"
Expected Results
The rule should trigger and the card should be renamed to test
Actual Results
The rule silently fails, with no indication in the logs, as if the criteria for the rule to trigger wasn't met.
Workaround
Removing @ signs that don't serve a specific purpose, such as mentioning a username or an email address.