Viewing a Visual Task Board Removes Elevated Privilege RolesIssue When viewing a visual task board that you do not own, any elevated privilege roles that were previously activated will be reset. This occurs when viewing guided boards that you are not the owner of. It does not occur with freeform boards. You can reproduce this by elevating your roles. Then open a guided VTB that you do not own. Refresh the page and you will see the elevated roles have been removed.ReleaseAllCauseElevated roles are being removed because when you open a VTB that you do not own, the system performs a sync and automatically impersonates the owner of the board to display a consistent view of the tasks within the board to all users. The impersonation causes the roles to be lost. Note that if you elevate your roles and then manually use the impersonate option, the roles are also lost.ResolutionThis is expected platform behavior and therefore has no resolution. A more detailed explanation is given below: "Every time you open a board, VTB performs a "sync" operation to create/update/delete the cards based on the real tasks. Before we do this sync operation, we impersonate the owner of the VTB. This impersonation is to ensure that all the members of the VTB sees a consistent view of the tasks. For example, if the owner of the board has set a filter condition like "assigned_to=Me", then we cannot resolve this query in some other user's session, hence impersonating the owner is necessary to show the right tasks on the board. When you open a board that you own, there is no impersonation. When you open a board that you don't own, we have to impersonate the board owner. And because of the impersonation, the elevated privileges are lost. You can see the same issue happen outside VTB, if you manually impersonate some user after taking the elevated roles. When you end the impersonation, the elevated privileges would have been lost. The only difference is that, when manually impersonating, a change of session is clear and you might understand why you lost the elevated roles, but when opening a VTB, it is not clear that there is an impersonation happening behind the scenes. But the impersonation is the reason why the roles are being removed."