You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Organization Folder with a "Bitbucket Team/Project" repository source.
Navigate to a repository inside the Organization Folder and click "View Configuration."
Expected Results
The "Branch sources" section of the Configuration page shows the current Bitbucket configuration.
Actual Results
An iframe (?) of the Jenkins instance is shown instead, with the following error message: $user is missing the Job/Configure permission (where $user is the username of the currently logged in user). None of the fields are clickable.
This happens even if the current user has that permission, and even if the current user has the admin role.
See attached screenshot.
Anything else?
No response
Are you interested in contributing a fix?
Yes, see linked PR.
The text was updated successfully, but these errors were encountered:
Was it the Role-based Authorization Strategy plugin that caused this issue, or a change in the Bitbucket Branch Source plugin? Do we know exactly which version caused the problem? I need to rollback, and can't figure this out.
The same author of this issue has proposed a PR that has been merged. Unfortunately the github user has been deleted so we will never get a feedback for this issue.
To analyse the issue I need steps to reproduce, plugin version, kind of project, job configuration, how to setup user and permission.
In our production environment we had configure a matrix security with devops, admin and developer permission. We have organization folder and never get this kind of error, that's why I need all the steps to reproduce this issue.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu Linux 22.04
Reproduction steps
Expected Results
The "Branch sources" section of the Configuration page shows the current Bitbucket configuration.
Actual Results
An iframe (?) of the Jenkins instance is shown instead, with the following error message:
$user is missing the Job/Configure permission
(where$user
is the username of the currently logged in user). None of the fields are clickable.This happens even if the current user has that permission, and even if the current user has the
admin
role.See attached screenshot.
Anything else?
No response
Are you interested in contributing a fix?
Yes, see linked PR.
The text was updated successfully, but these errors were encountered: