Hey,
i created a board with different columns and lines. One column is a status column and I have connected different lines by creating dependencies.
My wish is that the status of an element changes, if the status of the dependency columns change to “ready” AND “next”. I used the following autoatizations to realise this:
When “status” change to “next”, change status of its “dependency” to “open”.
When “status” change to “ready”, change status of its “dependency” to “open”.
The dependent statuses only change when the status is changed to “ready”, not when the status is changed to “open”.
Thanks for your help!