Blocking Dependencies should block the waiting on task status from being modified
Rory McDonald
The current description for a blocking task is "Blocking tasks are tasks that prevent other tasks from starting or progressing". This is not how it works. The status of any task can be modified e.g from open -> in-progress even if it is blocked. It does not prevent a task from starting or progressing only completion
Log In
Andrew Untersee
Seems odd that you can't hard lock a status from being moved forward if a dependent (blocking) task/subtask isn't complete first. It only blocks another task from being completed.
This feature would be useful for us as we have certain steps and data points that must be complete and captured before a task can move to the next status.