1

What are the correct permissions/settings to allow an user to create/edit areas and iterations?

I have an user that is getting this message in the admin section of areas or iterations:

You do not have one or more permissions required to update the iterations for this team

The weird thing is that the user can indeed create/edit areas and iterations, this user is part of a TFS Group I created for the Project, the Security properties of this group are:

Create test runs - Allow 
Delete team project - Not Set 
Delete test runs - Allow 
Edit project-level information - Not Set 
Manage test configurations - Allow 
Manage test environments - Allow 
View project-level information - Allow 
View test runs - Allow 

The Security of Areas and Iterations have allow to everything.

This used to be enough in TFS 2010, but it don't know why the message appears in TFS 2012.

Another thing, If I change the Security Property of "Edit project-level information" to Allow the user does not get the message, but in TFS 2010 this setting allowed users to change the permissions of another users and I don't want that.

4

3 回答 3

2

您可以使用 TFS Sidekick 有效地查看用户如何继承 TFS 中不同区域的不同权限。你可以使用这个工具来检查权限工作的其他项目,看看你所做的调整是否达到了你想要的效果。我不建议通过此工具更改权限,但使用管理员控制台将此权限授予您想要的组。

Tfs 2012 伙伴

于 2013-05-23T06:36:02.933 回答
0

我不知道它是否是正确的答案,但我将我的自定义组添加到项目“团队”中。我必须在 TFS2012 中阅读更多关于 Teams 的内容。

于 2013-05-24T15:53:35.283 回答
0

您(作为项目管理员)必须在项目门户网站的迭代和区域节点上使用安全策略。(例如:)http://tfsxxxx:8080/tfs/<collection>/<project>/_admin/_iterations ..../_areas

选择一个迭代或区域节点,右键单击并选择安全性以将权限设置为:

  • 创建子节点
  • 删除此节点
  • 编辑此节点
  • 查看此节点的权限
于 2017-10-17T14:01:51.850 回答