azure - 当我遇到此错误时,如何添加交付计划?

标签 azure azure-devops permissions user-permissions azure-devops-server-2019

TF50309: The following account does not have sufficient permissions to complete the operation: Hosted Stakeholder License Security Subject. The following permissions are needed to perform this operation: Agile plans..

我既是项目管理员又是发布管理员

我已将项目集合管理员组添加到发布管理员中。

但是我无法创建新的交付计划或查看其他团队成员已创建的交付计划,因为此错误阻止我执行以下操作:

Failed to load data with following error: VS800075: The project with id 'vstfs:///Classification/TeamProject/0ddc0e80-e58f-40f8-99f2-16c231bd2b45' does not exist, or you do not have permission to access it.

请有人帮助我

最佳答案

documentation您可以看到您至少需要基本访问级别。利益相关者访问级别不提供对交付计划的访问权限。要更改您的访问级别,您需要成为项目集合管理员组的成员。设置方法:

  1. 转到您的 Azure DevOps 主页(例如 https://dev.azure.com/myorg )
  2. 点击左下角的组织设置
  3. 点击左侧菜单中的用户
  4. 找到您自己的用户
  5. 点击右侧的三个垂直点,然后选择更改访问级别 Screenshot to explain
  6. 选择基本并点击保存

您提到您已将项目集合管理员组添加为发布管理员组的成员。首先,Project Collection Administrators组几乎拥有所有权限,因此没有必要。其次,发布管理员组与交付计划无关,而是与管道相关。了解更多 here .

关于azure - 当我遇到此错误时,如何添加交付计划?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69432997/

相关文章:

wordpress - 将 Godaddy 域指向我的 Azure Linux VM 时出现问题

azure - 如何从 Azure DevOps 在 Microsoft Excel 中打开工作项查询结果?

azure - 设计 Azure Functions 以从多个事件中心读取事件的最佳方法

python - 谷歌 colab/bin/bash : 'gdrive/My Drive/path/myfile : Permission denied

java - 在 Windows 上将带有 POI 的 XXSF 工作表添加到现有 Excel 文件失败

Azure Stream Analytics有像GETDATE()或CURRENT_TIMESTAMP这样的函数吗?

azure - 在 Azure 数据工厂 DataFlow 中根据文件名创建动态文件夹

Django 1.5 : Understanding of AbstractBaseUser and permissions

azure-devops - Azure Devops,单行文本字符限制?

git - pull 请求显示在 rebase /merge 到 azure devops 中的另一个分支后的旧提交