Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

NOTE: The user [email protected] 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.

like image 867
Toolkit Avatar asked Mar 07 '16 12:03

Toolkit


People also ask

How do I get team Explorer code for Visual Studio?

If you open Visual Studio and the Team Explorer pane doesn't appear, choose the View>Team Explorer menu option from the tool bar. From the Connect page, you can select the projects you want to connect to and quickly switch connection to a different project and or repository.

How do I access team services in Visual Studio?

Visual Studio 2017Choose the Connect to Team Project link to select a project to connect to. Connect to a Project shows the projects you can connect to, along with the repos in those projects. Select Add Server to connect to a project in Team Foundation Server. Enter the URL to your TFS server and select Add.


1 Answers

On the Users screen (https://{account}.visualstudio.com/_admin/_users), what's the assigned license for the specific user. The user must have a "Basic" license assigned. Even with 5 free users, it's possible to set someone to the Stakeholder category.

enter image description here

If your VSTS account is linked to Active Directory it is possible you may have added the user both as an Azure Active Directory (School/Work Account) as well as a Microsoft Account (formerly LiveID). These count as two separate users and each require their own license.

And finally by adding someone to the [Project]Stakeholders security group, you basically limit their access as well. If you want to assign more creative security permissions, you may need to setup your own security group and assign the exact permissions you want for those users to that group.

like image 132
jessehouwing Avatar answered Oct 13 '22 21:10

jessehouwing