Hi, I have made an addon with the following scopes:
"scopes": [
"ADMIN",
"ACT_AS_USER"
]
I have a problem with a user who has boards that are restricted to only be visible for users from a certain Group and therefore my addon cant see the boards I am guessing because the addon system user is not part of the group…
Is this intended behavior? Is there anything I can do to fix it?