Automation variable {cardcheckliststate} is not returning checklist items in their current order on the checklist

XMLWordPrintable

    • 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

      1. Create a card button post comment "{cardcheckliststate}"
      2. Create a checklist on a card
      3. In this order, create checklist items titled “1", “2” and “3"
      4. Drag and drop item “3” to be the first item on the checklist
      5. 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

              Assignee:
              Unassigned
              Reporter:
              Gustavo Kindel
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: