I'm looking to filter an issue report by issues pending approval by my team. "My team" could be my Home Team or one of my Other Teams.
Any help would be appreciated!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You can learn more about these types of filters by running a search in the community on "ARVSTS". There are only 5 results, so I absolutely recommend just tucking in and digesting it all.
Copilot did a reasonably decent job of coming up with this code (I only had to fix one typo but the concept itself was pretty solid), as well as explaining it, so I recommend having a chat with it as well.
EXISTS:A:$$OBJCODE=ARVSTS
EXISTS:A:opTaskID=FIELD:ID
EXISTS:A:stepApprover:teamID=$$USER.teamIDs
EXISTS:A:status=AA
Hi @christinequick
Sadly, in an issue report we can only display the approversAndStatuses with no way to filter. There is a reference to the currentApprovalStep but no references from the step as to who the approvers on this step are.
Seems like currently your best bet is to use the My Approvals widget on the home screen.
Views
Replies
Total Likes
You can learn more about these types of filters by running a search in the community on "ARVSTS". There are only 5 results, so I absolutely recommend just tucking in and digesting it all.
Copilot did a reasonably decent job of coming up with this code (I only had to fix one typo but the concept itself was pretty solid), as well as explaining it, so I recommend having a chat with it as well.
EXISTS:A:$$OBJCODE=ARVSTS
EXISTS:A:opTaskID=FIELD:ID
EXISTS:A:stepApprover:teamID=$$USER.teamIDs
EXISTS:A:status=AA
Views
Replies
Total Likes
Thank you! This worked beautifully!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies