Skip to content
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

User permissions - issues readonly #14801

Open
1 of 6 tasks
f616 opened this issue Feb 25, 2021 · 0 comments
Open
1 of 6 tasks

User permissions - issues readonly #14801

f616 opened this issue Feb 25, 2021 · 0 comments
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.

Comments

@f616
Copy link

f616 commented Feb 25, 2021

  • Gitea version (or commit ref):
  • Git version: 1.13.0 built with GNU Make 4.1, go1.15.5 : bindata, sqlite, sqlite_unlock_notify
  • Operating system: Debian
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

I need to have an user to be assigned to a supervisor that should be able to view the all existing issues (open and closed) but being unable to create new issues, comment on the existing ones, and close issues. Basically a "true" read-only user.

  1. I've created a new user with "Is Restricted" checked
  2. I've created a new team, in "Allow Access to Repository Sections" unchecked all sections with exception of the Issues (and Wiki) sections
  3. This new team, In "Permissions" I choose "Read Access"
    image
  4. In my repository I've assigned this new team to the repository
    image
  5. Nevertheless, the users from that team can open new issues, and comment on the existing issues

Question: Is there any way to have an user that can only see the existing issues and is unable to create/comment/close issues?

@zeripath zeripath added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

No branches or pull requests

2 participants