-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Automation - Help
-
None
-
Severity 3 - Minor
Issue Summary
The variable {cardcheckliststate} is returning checklist items in the order they were created rather than their current order on the checklist. This means that if an item is repositioned after it's created, the order of the items returned by the variable is incorrect.
Steps to Reproduce
- Create a card button post comment "{cardcheckliststate}"
- Create a checklist on a card
- In this order, create checklist items titled “1", “2” and “3"
- Drag and drop item “3” to be the first item on the checklist
- Click the button (from step #1)
Expected Results
The automation adds a comment to the card with the checklist and its items in the following order: “3", “1”, “2"
Actual Results
The comment is added with the items in the order they were created (step #3) instead: "1", "2", "3"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available