When you are assigned on A and B, and B is dependent on A, then completing A does not notify you of the dependency gone for B. Even though the documentation says so.
Your guess is correct. The reason why you are not receiving a notification when Task A has been completed is because notifications will only be sent for actions or changes performed by others. You don’t receive a notification for an action you have performed yourself.
Can we start a product feedback thread for this? (Or should I make one?) I’d love to use dependencies among my own tasks to indicate when my own work is ready to move forward, to keep myself on track.
Alternatively, I need to remember everything else that was on my plate that was dependent on me achieving something…