TFS Not all collection level administration is exposed in the web experience - tfs

I installed TFS on my machine but I am not able to create projects because of the mentioned message
Not all collection level administration is exposed in the web experience. For all administration operations at the collection level please use the Administration Console on your Team Foundation Server.
I have given full permissions to all the available groups and users but still not getting the option to create projects so can some one help me

You're running TFS 2015 RTM. Creating team projects via the web was only an option added in TFS 2015 Update 2.
Unless you upgrade to TFS 2015 Update 2 or later, you'll have to use Visual Studio 2015 Update 2 to create new team projects.

Related

Migrate one single project from On-premise TFS to VSTS

how to migrate a single project alone (where project collection contains 30+ projects) from TFS to VSTS with all history, build-definitions, changesets
Microsoft has documentation on this exact scenario which can be found here: Migrate to Visual Studio Team Services : Move from Team Foundation Server (TFS) to Visual Studio Team Services (VSTS) and bring your data along.
This link also contains the download link for the migration tooling which you will want to use
Currently the following versions of TFS are supported for import:
TFS 2017 Update 3
TFS 2018
TFS 2018 Update 1
As described in About VSTS and TFS, Scope and scale data, the
long term direction for VSTS is to support grouping of accounts within
organizations. This would lead to:
VSTS accounts that serve as the equivalent of TFS project collections and VSTS organizations that serve as the equivalent of
TFS deployments.
This is why the TFS Database Import Service only supports importing single TFS collections as single VSTS accounts.
If you need to migrate individual team projects you will need to use
one of the other options—manual copy or public API based
migrations.
Source Link
It's very clear why you could not use TFS Database Import Service to migrate at team project-level directly.
You can also have a try for VSTS Sync Migration Tools,it allows you to bulk edit and migrate data between Team Projects on both Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). Note this without history. How to please refer: TFS 2017 Migration To VSTS with VSTS Sync Migrator
If you insist on keeping all history, the only way is using TFS Database Import Service, you may take the workaround as Daniel suggested.

Upgrading to TFS 2015 - copying a project

HELP!!
I'm learning on the fly here with no training whatsoever! I'm a system administrator who is responsible for supporting the developers. They use Visual Studio, TFS, Plastic SCM and TeamCity amongst other tools.
My task was to get TFS 2015 and SQL Server 2014 installed on a new VM. This I have done but my biggest task now is setting up TFS which seems complicated.
For your information, The developers use TFS 2012 as a Kanban board.
Can anyone point me in the right direction to documentation that simply explains how to copy a project from one collection to another? I'm reluctant to move the project to the new version of TFS without testing the current project.
Thanks in advance.
You cannot copy a single project, there is the TFS integration platform, but it sucks and doesn't officially support TFS 2015
I would say your best bet is to follow the following steps.
In TFS 2012, detach the collection using the TFS Admin Console.
Backup the collection database in SQL server
Copy the backup to the new SQL server
Restore the Database
In the TFS Admin Console in TFS 2015, attach the collection
Wait for TFS to update the Database Schema.
You should now have the full team project collection available in the new server.

On-premise TFS 2015 web site: Missing TFS "Process"

Is it possible in TFS 2015 on-premise to modify a collections process templates? According to the article here, there should be a "process" tab on the web interface, collection administration page. This document is for 2015 but is a little old. Should this feature be available for 2015 on-premise upgrade 2? Am I missing a permission?
https://www.visualstudio.com/docs/work/customize/customize-work#team-projects-and-processes-team-services-
Just as the article mentioned, the settings are with VS Team Service. Team projects and processes (Team Services) And there is no “process” tab on the web interface for TFS2015.
Scroll down the page and you will see Team projects and process templates (TFS)
When you work with an on-premises TFS, you customize your work
tracking experience through one or more XML definition files. You can
start by customizing a process template and its XML definition files,
and then create a team project based on the template. Or, you can
simply make modifications as needed to add customizations to the work
item fields, work item types, and other objects that support tracking
work.

Create new project option not showing in TFS Web Access

We recently moved our on-premise TFS server to a new server and we are able to access our projects on the new server.
However, I am unable to see the option to add a new project, only to browse to existing projects:
I have checked my permissions and my permissions include:
Team Foundation Administrator
Project Collection Administrator
This should give me enough rights to add a new project. I'm sure I am missing something, but I cannot see what it is.
In Visual Studio Team Services (formerly Visual Studio Online) you can create your projects from the web interface.
But in TFS you need to fire up a matching version of Visual Studio (in your case 2013), and create new projects from the Team Explorer window.
From Team Foundation Server 2015 update 2 onwards you'll be able to create team projects using the web interface. With all older versions of TFS you need to follow these steps.

Manage Team member capacity for users in multiple Teams

We are currently working on how to best manage our projects in TFS 2012. We are planning to create multiple team in order to manage concurrent iteration on the same project for distinct feature not released at the same time so we did two team (Project 1, Project 2).
The problem we currently have is how can I manage team member capacity when assigning a member to multiple Team. Is ther a way to view Capacity assign to a member for all current iteration of every team without navigating between multiple sprint?
What you want is not supported with the current tools, nor have we plans as for now to support this in the near future.
Feel free to add your suggestion to User Voice. We use that list to help prioritize our work.
This functionality is provided out-of-the-box and has been available since TFS 2008. You will require to install Microsoft Project Server onto the SharePoint implementation that you use with TFS (or another one if you like) and then configure the integration.
By installing Team Foundation Server Extensions for Project Server, project managers can use Microsoft Project Server to access up-to-date project status and resource availability across agile and formal software teams who work in Team Foundation. This integration enables data to flow from work items in Team Foundation Server (TFS) to tasks in enterprise project plans in Project Server. Project managers and software development teams can use the tools that they prefer, work at the level of precision that supports their needs, and share information transparently. After the two server products are configured, the synchronization engine maintains scheduling data and resource usage for the configured data in the mapped enterprise project plan and team project.
For TFS 2010 there is an Add-on, but for TFS 2012 it is included in the product.
Enable Data Flow Between Team Foundation Server and Microsoft Project Server
Microsoft® Team Foundation Server® 2010 and Microsoft Project Server® 2010 Integration Hyper-V Virtual Machine

Resources