Reputation: 619
I'm new to Visual studio online. A project manager will join me for a project, and I want to give him full permissions to create/edit/manage processes, features, backlogs. I want also to deny his access to everything else ( Code, builds, tests... ).
What I have done : - Created a group ( Project managers ) and added him in it. - Added this group to project team - Denied access to everything in "Version Control" tab
This way, the user can see the project, and can create features and backlogs, but not see code.
The problem is that, for a reason I can't figure out, the user can't see the items I have created before( features etc ), everything seems empty, he can only do it when I add his group to the group Project Administrators. I can't figure out what is the missing permission in Project Administrators ( or inherited one ) that I should give to his group.
Can someone help me please ?
NB: Maybe I don't have to create a new group and use one of the existing ones.
Upvotes: 0
Views: 105
Reputation: 29976
You can check if the group has the permission to view/edit the work items via following steps:
Upvotes: 1