Good Morning - Hoping to find some help on filtering a report for a number of users in a team that is not their Home team. I am thinking I need to adjust the Home Team filter to a specific team ID but can't get it to record any results. Ideas?
Issue assigned to user X who is in Team Y (that is not their HOME team).
Thanks.
Topics help categorize Community content and increase your ability to discover relevant content.
If you use an Assignment report so that everyone is the Assigned To person, you can use this EXIST filter I use all the time.
EXISTS:a:$$OBJCODE=USER
EXISTS:a:ID=FIELD:assignedToID
EXISTS:a:teams:ID=53583029001ab9cdfd03610c38b97007
You will still do the filters you do the same for your regular Issue report, but you will now get the added bonus of grouping things by Assignee :)
(Assignment object type is one of my favorite reports to use)