I have a project X and a org wide documentation project Y in Azure DevOps services. Work Items in the documentation project Y need to tag members from project X. But looks like this can't be done because members of X are not members of the documentation project.
Therefore, I am trying to add engineering folks team say 'Team XDev' from project X into the documentation project Y. But even there I get an error like so:
So, my question is how can I provide access to 'Team XDev' from project X in project Y? I don't want to do it member wise because of obvious reasons related to maintainability.
Thanks