-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enforce role access and readonly for list and kanban #116
Comments
Can you please provide more details here. |
Sure, let's say an issues status is "BACKLOG" This would mean that the user who created the issue can see it in lists or kanbans but he cannot edit the issue since it's now readonly due to the BACKLOGs readonly role. If the project is PRIVATE then other users cannot see the issue in the lists or kanban at all because they're not the ones who created them. If the project is PUBLIC then other users should be able to see the issue (issues not created by them) in the list or kanban according to the status access role. A developer CAN SEE the issue but he cannot edit it because of the readonly role. |
This is currently working as its described here. The only thing not implemented is the user able to edit the issue created by the user (There is another issue tracker for this). |
Seriously? :) |
Private projects: Public projects: Your issues view (List and Kanban): |
In a private project normal users should not see issues created by other users. Only the ones they created themselves. Is this the way it works? In a private project I don't want a bug reporter (user) see the bugs reported by other users. |
Users that are not part of the private project don't have access to create issues. The project is private and they are not part of the project team. I cannot see the point of allowing anyone of creating issues to a project they don't have access too. To private and public projects, you have to be granted an access to the project to be able to create issues. Public projects means issues and discussing is publicly opened to all users event not registered users. |
So I what I mean is there should be an option to have a "closed" private project. So when one user reports an issue, others are not allowed to see this. Basically every user should see only his/her only issues. |
I'll close this issue too. |
If an issues status access role limit forbids it then it shouldn't be able to see the issue in the first place. Neither in the list, nor in the kanban. This way the newly invented ReadOnly tag setting makes most sense then.
The text was updated successfully, but these errors were encountered: