I have a feature request or something for an "issue" that's been around for a long time, which is that when users open tasks not assigned to them, some of the logic fires off or otherwise there is some weird behavior. My current situation is users that have submitted requisitions want to check in on them to see their progress, which they can do from the Action History of their submitted tasks (first screenshot). It opens a read-only version of the task, just like if a team task has not yet been assigned or an administrator is viewing it from the instance history.
In the second screenshot you can see a couple places where there is unexpected behavior. The yellow highlight shows fields that were used to set this approver for this step. They do have field values if you look at the variables, and when the assigned user opens the task, but when a different user opens it they blank out (approver is selected from a lookup list and the email is then populated from lookup). Lower down are red highlights showing fields that get populated by default value tokens for the current user. Opening it this way makes this task looks like it's assigned to me even though it isn't. This is causing confusion for users trying to check in on what's going on with their requisitions.
I would like to request that for these cases the form is really read-only. Almost like seeing the "printed" version if I were to open a completed task.