Développer ma barre des réalisations de la Communauté.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

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!

Sujets

Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.

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!