'What do I currently need to approve' report | Community
Skip to main content
Level 2
August 27, 2020
Question

'What do I currently need to approve' report

  • August 27, 2020
  • 3 replies
  • 1453 views

Is there a way on a task report that you can apply a filter to say that the current user needs to approve this task or issue? (Only if they are the current required approver, not if they are still waiting for someone else to approve.)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Level 2
September 11, 2020

Is there any other similar filter which someone could recommend if the above is not possible please?

Level 6
September 16, 2020

Hi Steven,

We struggle with this as well, but have ultimately decided to direct people to their Home screen and filter for approvals.

You may be able to do a Work Item report and get both tasks and issues pending approval to show, but I have been unable to figure out the text mode on that.

We do have one group that only uses task approvals and we were able to create a task report with this filter to show only tasks where they are the current approver:

awaitingApprovalStepApproversMM:userID=$$USER.ID

awaitingApprovalStepApproversMM:userID_Mod=in

project:statusEquatesWith=CUR

project:statusEquatesWith_Mod=in

Hope that helps!

Sarah

kynabaker16
Adobe Employee
Adobe Employee
September 16, 2020

Hey guys,

Have you tried an EXISTS filter on a task report by chance? My support team is telling me that this might do what you want it to do.

EXISTS:b:$$OBJCODE=ARVSTS

EXISTS:b:status=AD

EXISTS:b:status_Mod=in

EXISTS:b:stepApprover:userID=$$USER.ID

EXISTS:b:stepApprover:userID_Mod=in

EXISTS:b:taskID=FIELD:ID

Thanks!

Kyna

Level 2
October 23, 2020

Can this be used for issue approvals?

kynabaker16
Adobe Employee
Adobe Employee
November 17, 2020

Hi Ben,

Have you used Home Work List filter to see approvals? That is by far the easiest way to filter and see approvals (issues as well) that you need to approve. This article might be helpful.