1
votes

I would like to grant a user the ability to check and uncheck iteration checkboxes for a specific iteration path in a TFS 2013 Team Project. This person is a scrum master and would like to be able to manage the iterations that appear in the Team backlog.

Iteration checkboxes

I have granted the following iteration level permissions but the checkboxes are still read-only for the user.

Iteration permissions

The only way I have found to grant edit rights to these checkboxes is by adding the user to the Project Administrators group which I would rather not do. Is there another way to do this?

1

1 Answers

3
votes

As you can see on the authorization matrix on MSDN, the Schedule Sprints activity is possible through the Team Administrator.

enter image description here

This blog post explains some more advanced TFS admin tricks to further limit and control similar permissions.