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

Issues-only role without access to code #69

Open
bartlomiej-dawidow opened this issue Jan 29, 2020 · 2 comments
Open

Issues-only role without access to code #69

bartlomiej-dawidow opened this issue Jan 29, 2020 · 2 comments

Comments

@bartlomiej-dawidow
Copy link

bartlomiej-dawidow commented Jan 29, 2020

Add a role or a permission level that gives a user access to issues, without giving them any access to the source code. The newly added triage role is a step in the right direction but it also gives read-only access to the code.

The recommended way to do that as of January 2020 is to create a separate issues-only repository, but if you do that then your commit messages have to reference issues by using the long notation (organization/project#123), which is a major inconvenience.

Use case:
A game development company with external testers. Those testers are often outsourced, or they are selected from the community. In either case you do not want to give them access to the source code.

@clarkbw
Copy link

clarkbw commented Jan 29, 2020

If they can't see the source code, they wouldn't be able to reference commit messages (that would be hidden as well). Are those references for you and your team?

@bartlomiej-dawidow
Copy link
Author

@clarkbw That would be fine with us, testers do not have to see commit messages or reference them. They could see that it was referenced by our devs, so just this part:

john added a commit to organization/project that referenced this issue

but without the commit message or any other way to access the commit/123 page.

That would be the ideal solution for our projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants