I'd like to filter for a list of all Issues that were Rejected by the logged in user so that they can reference their previous decisions as a point of reference. I can find the text mode for Approved Issues, but not Rejected ones.
Thank you!
Views
Replies
Total Likes
Sounds like you're just needing an issue report with status of X, you can't use issue status as the filter?
'Rejected' or whatever your status is
Views
Replies
Total Likes
Hi Madalyn,
This could work, but it we may have Issues without approvals that use the same status.
I was actually able to get the text mode from a colleague and posted it my reply to Skye.
Thanks for your help!
if you post your text mode, it will be much faster for someone to help you amend it.
Views
Replies
Total Likes
Hey Skye, I didn't have any text mode for this, which is why I had posted to the group. An colleague was actually able to provide it and am happy to share here!
EXISTS:1:$$EXISTSMOD=EXISTS
EXISTS:1:$$OBJCODE=ARVSTS
EXISTS:1:approvedByID=$$USER.ID
EXISTS:1:approvedByID_Mod=eq
EXISTS:1:opTaskID=FIELD:ID
EXISTS:1:status=RJ
Views
Replies
Total Likes
Views
Likes
Replies