Can't see Code on Visual Studio Team Services visualstudio.com

Viewed 12883

When I am adding a user to a project I get a yellow note:

NOTE: The user xxxxxxx@outlook.com has access to limited functionality as a Stakeholder. Basic access level is required for access to version control and Agile tools.

Also the user sees a message

As a stakeholder, you can access the backlog, task and Kanban boards, and work items. Learn more.

And the user doesn't have Code and Build tabs

I can add the same user to another project and it works fine.

I had impression that Microsoft was offering 5 free user for Visual Studio Team Services/visualstudio.com.

2 Answers

You should give basic access and then a contributor role to be able to access repos and pipelines. Stakeholder access is for PMO type people who need to see only the work items and tasks.

Related