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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
A belated thanks to you both for your help!
Views
Likes
Replies