英文:
Hide folder names, board names and the project settings page in Azure DevOps from users in a group
问题
- 在Azure DevOps中,是否可以隐藏给定用户组的用户:
- 在“Boards”菜单中的下拉菜单中的看板名称
- 在“Pipelines”菜单中的文件夹名称
- 项目设置页面
我可以隐藏管道和工作项,但无法隐藏下拉菜单中的管道文件夹和看板名称。
英文:
Is it possible to hide:
- board names in dropdowns in the Boards menu
- folder name is the Pipelines menu
- the Project settings page
from users of a given user group in Azure DevOps?
Boards menu dropdown
Pipelines menu folders
I can hide the pipelines and work items but not the pipeline folders and board names in the dropdowns.
答案1
得分: 1
我在读者组中添加了一个用户以访问Azure DevOps项目,该用户能够查看看板和工作项,如下所示,但由于读者角色而无法进行编辑:
现在,我使用管理员帐户访问项目设置 > 看板 > 团队配置 > 区域 > 安全性 > 查看此节点中的工作项 > 拒绝
现在,当我返回到我的用户,该用户已添加到读者组中,看板中的工作项不可见,如下所示:
要拒绝对管道的访问,请参考以下设置:
转到管道 > 三个点 > 管理安全性 > 拒绝 > 查看生成管道和查看生成,如下所示:
对于用户,管道文件夹不可见,如下所示:
参考链接:
permissions - Azure DevOps deny access to Pipelines - Stack Overflow 由Shamrai Aleksander
Azure DevOps中如何限制工作项的可见性/访问权限仅限于团队 | 作者:Zaniar | Medium 作者:zaniar
英文:
I added one user in the readers group to access the Azure DevOps project, the user was able to view the boards and the Work items like below but was unable to edit it due to reader role :-
Now, I visited the Project Settings with my Admin Account > Boards > Team configuration > Areas > Security > View work items in this node > Deny
Now, When I route back to my user who's added to Readers group > The Work Items in Boards are not visible like below:-
To Deny access to Pipelines, Refer the following setting below:-
Go to Pipelines > three dots > Manage security> Deny > View Build pipeline and View builds like below:-
The Pipeline folder is not visible to the user like below:-
References:-
permissions - Azure DevOps deny access to Pipelines - Stack Overflow by Shamrai Aleksander
How to restrict work item visibility/access to the team only in Azure DevOps | by Zaniar | Medium By zaniar
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论