-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users with write permissions to modify issue descriptions and comments #10623
Conversation
Signed-off-by: jolheiser <[email protected]>
Please send backport. |
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
@lunny I'm not sure but does this allow any user who can create issues to edit other user's issue descriptions? |
@brunoais no, it allows users with write access to issues to edit other users descriptions. Issue can be created with read access. |
We may have to specify zhis in future ... (spam protection & co ...) |
@brunoais It's not intuitive, but "read" permissions include creating issues and editing/closing own issues. "Write" permissions include modifying/closing issues from other users. |
Thank you @lafriks & @guillep2k . It is really not intuitive... I think I'm giving too many permissions to my users, then... |
@brunoais that how it was also before and also same as it is for github |
If you need for users only to be able to create issues and update their own, just set them read rights for issues |
Used github a lot. Never managed accounts on github (I never owned any repo without it being a clone an/or public repo) |
I think we should improve the way the permissions for groups are presented in the UI. |
Users with write perms to issues can modify issue descriptions and comments.
Resolves #10558