Report filtering on issues assigned to users in a specific team ID - not Home team. | Community
Skip to main content
snuzum
Level 3
December 3, 2020
Question

Report filtering on issues assigned to users in a specific team ID - not Home team.

  • December 3, 2020
  • 1 reply
  • 447 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

imgrund
Adobe Employee
Adobe Employee
December 3, 2020

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)