Azure DevOps许可 - 允许用户创建工作项目,而不是编辑源代码?
我们使用Azure DevOps进行源控制。
我希望某些用户能够创建工作项目,但无法更改特定项目的源代码。这些用户可以查看 /读取代码是可以的,我只是不希望他们能够更改它。
我已经查看了Azure DevOps中组的许可设置,并在此处阅读了权限的Microsoft定义: https://learn.microsoft.com/en-en-us/en-us/azure/azure/devops/devops/devops/organizations/organizations/security/权限?view = azure-devops& tabs = preview page#project-level-permissions 。
在Azure DevOps项目中,是否可以设置一个允许某些用户创建工作项目而不是编辑源代码的组?
We use Azure DevOps for source control.
I would like some users to be able to create work items, but not be able to make changes to source code for a specific project. It is ok for these users to be able to view / read the code, I just don't want them to be able to change it.
I've looked at the permission settings for groups in Azure DevOps, and read the Microsoft definitions of the permissions here: https://learn.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops&tabs=preview-page#project-level-permissions.
Is it possible in an Azure DevOps project to set up a group that allows some users to create work items but not edit source code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1.为这些用户创建一个新组,将此组添加到项目范围“读者”组
2.请确保这些用户不是成员或组成员, “贡献者”组
3.设置该组的权限,以编辑项目设置中的区域路径的工作项目 - >项目配置 - >安全 - >找到小组。检查 doc 。
1.Create a new Group for these users, add this group to the Project scope "Readers" group
2.Make sure these users are not member or group member in "Contributors" group
3.Set the permission for this group to edit work items for Area Path in Project Settings -> Project configuration -> Security -> find the group. Check the doc.