-
Bug
-
Resolution: Fixed
-
Low
-
None
-
2
-
Severity 3 - Minor
Issue Summary
Trello automation should treat marking a card as complete and marking a due date as complete the same way. However, some automations aren’t working as expected.
Examples of automations that work:
- Automations that use the trigger "when the due date is marked complete" will trigger when a card is marked as complete, even if it doesn’t have a due date.
- Automations that use the action "mark the due date as complete" can mark a card as complete, even if it doesn’t have a due date.
Examples of automations that don’t work as expected:
- Automations that use the trigger "move each card with a complete due date" currently only works on cards that have a due date.
Steps to Reproduce
- Create an automation "board button":
move each card with a complete due date to list "Done"
- Create a card with a due date and mark it as completed.
- Create a card without a due date and mark it as completed.
- Run the automation.
Expected Results
Both cards should move to the "Done" list.
Actual Results
Only the card with the due date is moved to the "Done" list.
Workaround
None