-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: None
-
Component/s: None
-
Severity 3 - Minor
It ignores context with grants to REPO_WRITE and check real users permissions.
Our plugin want to add reviwers to pullrequest.
securityService.withPermission(Permission.REPO_WRITE).call(() -> pullRequestService.addReviewer(...)) always throw com.atlassian.bitbucket.AuthorisationException: You do not have permission to update reviewers.
- is caused by
-
BSERV-9177 PermissionService ignores elevated permissions
-
- Closed
-