Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Is there a way to see who the last approver was on..

Avatar

Level 2

Is there a way to see who the last approver was on an issue? My client is trying to see who the culprit is on late issue approvals and is looking for a single user.

Thanks everyone!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 7

Hi Jason,

You can pull the approver information from issues using collections in the field. Here's an example of what one of mine looks like.

displayname=Approver

listdelimiter=<br>

listmethod=nested(approverStatuses).lists

textmode=true

type=iterate

valueexpression=CONCAT({approvalStep}," - ", {approvedBy}.{name}, " ")

valueformat=HTML

Hope this helps,

Teale

Avatar

Community Advisor

Hi Jason,

There's a good chance the Last Approver will (still) match the Last Updated on the Issue; but barring that, you could check the NOTES collection (for a historic culprit), or set up Targeted Auditing to track it.

Regards,

Doug

Avatar

Level 2

A belated thanks to you both for your help!