I want to use the status rollup effector in a way that the parent issue should transition from "Backlog" to "Implementation" when any of its children is in implementation to reflect "earliest child status", but for the transition from implementation to code complete, I want to wait till all the children have moved to "code complete", or use "latest child status"
My order of status is New->Backlog->code complete->test complete->done
Note that code complete is not the last status, or not "resolved" state for the issue.