TFS Change Project-Level Information Resolution

Iโ€™m looking for what specifically allows you to allow "Change project-level information." So far I have noticed that by default you need this to add / remove areas and iterations, manage registration policies, create team work item requests. What else did I forget?

+4
source share
1 answer

This permission is also known as "GENERIC_WRITE" if it helps in finding MSDN . However, be careful: โ€œChange permissions at the server levelโ€ has the same base name, but applies to different objects.

In any case, you indicated:

  • Areas and Iterations
  • Verification Policy
  • Requests workgroup items for the entire team

Other rights used by these rights include:

  • Subscriptions (email or SOAP) in project-level events
  • Change project-level ACLs (including GENERIC_WRITE)
+4
source

Source: https://habr.com/ru/post/1305866/


All Articles