For all workflow transitions, how can I create a condition that allows the person to log their "Time Spent" before they can transition the issue? I'm asking because a lot of the time, people do not log work.
For example, let us say there are four steps in the workflow: "to do"--> "in progress"--> "testing"--> "done".
I want to create a condition such that whenever someone tries to transition from "in progress" to "testing" or from "testing" to "done", they can't do so without specifying the time spent.
I have already implemented this in some fashion by creating a condition for transition, which checks if "time spent" is > 0 for Numbers (check photo for reference). But this condition allows for later transitions to happen if work is logged in previous steps. So, using this condition, someone can transition from "testing" to "done" without logging their time spent because a time spent value already exists from the previous transition of "in progress to "testing."
How can I create a condition such that at each transition, it requires a "time spent" entry?
