JMarsch
JMarsch

Reputation: 21751

Minimum permissions to modify a work item template

If I'm trying to configure TFS 2008 for minimum necessary permissions, what permissions are required in order for a user to be able to modify a work item template? I tried just granting "View project-level information" and "Edit project-level information", but that was not sufficient

Upvotes: 0

Views: 2059

Answers (2)

Greg Andora
Greg Andora

Reputation: 1372

You can reference this page http://msdn.microsoft.com/en-us/library/ms252587(v=VS.90).aspx

You need the "Manage Process Template" or "MANAGE_TEMPLATE" permissions. It is found under the Server-Level Permissions section.

Server-level permissions are not specific to a single project. Instead, they are set on a server-wide basis. You can set these permissions only for three categories of users:

Server-level users and groups, such as Team Foundation Administrators

Project-level groups that have been added to the server-level on your Team Foundation server

Custom groups you create and add to the server level

Upvotes: 1

BRaul
BRaul

Reputation: 326

I'm pretty certain the user needs project admin permissions to modify workitem templates.

Upvotes: 2

Related Questions