Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Edit project-level information permission

I'm looking for what specifically the "Edit project-level information" permission allows you to do. So far I've noticed that by default you need this to add/delete areas & iterations, manage check-in policies, create team work item queries. What else am I forgetting?

like image 743
user263097 Avatar asked Apr 02 '10 17:04

user263097


1 Answers

This permission is also known as "GENERIC_WRITE" if that helps when searching MSDN. Be careful, though: "Edit server-level permissions" has the same underlying name, but is applied to different objects.

Anyway, you listed:

  • Areas & iterations
  • Checkin policies
  • Team-wide work item queries

The other rights this permission controls include:

  • Subscriptions (email or SOAP) on project-level events
  • Alter project-level permission ACLs (including GENERIC_WRITE itself)
like image 168
Richard Berg Avatar answered Oct 22 '22 04:10

Richard Berg