Maybe this is a bit of an anti-pattern to start with. I have a global board which contains a very specific issue type for our Advanced Roadmap. I want our teams to use this board to create these specific issues. However, there are a lot of issues so I'd like to provide a filter to show only issues for the 'shared teams' the current user is part of.
So in my mind the filter would be something like `... where Team in currentUserTeams()`.
Thanks