Hi,
Is it possible to tune the filter displaying tasks that are required approve, but only on those users who have not yet approve. I.e task sees those who have not yet fulfilled the approve?
You can create some filter like below. The custom field ( which decides approver) and status which tells that the task is not yet approved.
approver = currentUser() and status = "Pending for Approval"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.