惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Securelist
博客园 - Franky
B
Blog RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
量子位
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
V
V2EX
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
G
Google Developers Blog
B
Blog
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
小众软件
小众软件
博客园 - 【当耐特】
H
Help Net Security
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
博客园 - 叶小钗
Jina AI
Jina AI
Cloudbric
Cloudbric
N
Netflix TechBlog - Medium
Hacker News - Newest:
Hacker News - Newest: "LLM"
P
Proofpoint News Feed
L
Lohrmann on Cybersecurity
I
Intezer
IT之家
IT之家
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
W
WeLiveSecurity
G
GRAHAM CLULEY
J
Java Code Geeks
H
Heimdal Security Blog
Cyberwarzone
Cyberwarzone
MyScale Blog
MyScale Blog
Latest news
Latest news
Schneier on Security
Schneier on Security
H
Hacker News: Front Page
Martin Fowler
Martin Fowler
V
Visual Studio Blog
Webroot Blog
Webroot Blog
P
Palo Alto Networks Blog
T
Tor Project blog

博客园 - danzhang

第十三年的MVP勋章:感谢这片技术社区 Azure DevOps Server:2026年6月份补丁(无法移除用户) 在Github的企业Enterprise中开通Copilot 在Azure DevOps Server中实现用户端原地址透传(X-Forwarded-For) Azure DevOps Server:2026年4月份补丁(安装详细步骤) Azure DevOps:应用远程MCP服务器,提升工作效率 Azure DevOps Server:2026年3月份补丁 Azure DevOps Server:扩充数据库服务器的磁盘 Azure DevOps Server:使用团队日历 Azure DevOps Server:2026年二月补丁(Patch 8) Azure DevOps:迭代看板简洁视图 Azure DevOps:移除TFVC中过时的签入策略 Azure DevOps Server 正式版本发布 Azure DevOps Server:复制markdown文档中的代码块 Azure DevOps Server 2022.2 补丁(Patch 7) 在Azure DevOps Server中分析Git代码库的健康状况 Azure DevOps Server 25H2 安装手册 Azure DevOps Server 25H2 最新版本发布 使用Azure DevOps MCP和Playwriht,将功能测试用例转换为自动化测试用例 使用Azure DevOps MCP服务器,在开发过程中应用GitHub Copilot人工智能 在VS Code中使用Playwright实现自动化测试(UI测试) Azure DevOps Server 2022.2 补丁(Patch 6) 在Azure DevOps的工作项中使用markdown
Azure DevOps Server:允许讨论但不允许修改工作项
danzhang · 2025-11-29 · via 博客园 - danzhang

Contents

  • 概述
  • 操作说明

概述

在使用Azure DevOps Server的过程中,经常有用户反馈一个这样的场景:作为某个软件项目相关的业务人员,或与开发团队存在系统集成的项目组的成员,这些人关注软件系统的研发进度,需要查看软件项目组的需求计划、进度、方案等信息,同时需要对部分需求工作项发表评论;但是项目组不能给这些人员配置工作项的编辑权限。对于这样的应用场景,一般都是把这些人员配置在读取者组中,但是读取者的成员只有工作项的查询权限,没有编辑权限。

为了解决这个问题,我们需要使用到Azure DevOps Server中工作项中新增加的一种权限“编辑工作项讨论(Edit work item comments in this node)”。这种权限允许或禁止用户或组成员编辑工作项的讨论(comment/discussion)。下面我们结合上面的应用场景,来配置Azure DevOps Server的权限。

操作说明

  • 首先,将用户添加到读取者(Readers)组中;也可以创建一个特定的组,将成员添加到这个组中。
  • image

  • 然后,在项目配置中,编辑区域路径的权限
    在这个示例中,我们编辑团队项目对应的根区域路径;你也可以按照实际场景,配置特定区域路径的权限
    image
    将读取者组的权限“编辑工作项讨论(Edit work item comments in this node)”,设置为允许
  • image

  • 在工作项页面中,可以看到用户能填写讨论,但是不能编辑工作项
    image

image

https://www.cnblogs.com/danzhang
Azure DevOps MVP 张洪君

image