TFS 2017 missing process link - tfs

Our IT installed TFS 2017 (15.112.26307.0). It's a clean installation. It currently has few startup projects, just to see and explorer features. But the projects are missing "Process" link under Project Template page, to configure Agile/Scrum/CMMI. I don't see link for "Configure Features" either. My account has Project Administrator and Project Collection Administrators privileges. Ultimately we would like to explorer Agile process. Any help appreciated.

The Process tab is something that Microsoft has been building for VSTS and which is likely to come to on-prem in the near future. But for now TFS still uses the old XML based work item templates which offer a higher level of customizability, but which are also much harder to maintain.
For specific guidance on using witadmin.exe check out:
TFS Process Template Customisation Guide
Practical guidance for Work Item Tracking (WIT) and Process Template customizations.

Related

How to upgrade process template for team project in TFS 2018?

I have been responsible for administrate our TFS projects and have started to investigate the current configurations. I found the following link for determining which process our team projects are connected to: How to determine what Process template an existing TFS 2012 project is configured with?
When using the rest API described in the article above, it seems like the projects depend on a process template called "Microsoft Visual Studio Scrum 2013". When reading this article: Scrum process it seems to me that the process is outdated and should be upgraded to use the "Scrum" template.
I have searched the internet for knowledge on how to upgrade the project to use the new Scrum process but had no luck of finding an answer. Does anyone have an idea of how to update the projects to depend on a newer process? Maybe the whole question is wrongly put as I may lack some obvious knowledge about how these things are meant to work. All I want is to ensure our projects are updated to use the latest TFS technology.
We use Visual Studio 2017 and did recently upgrade our TFS server to TFS 2018.
In general, some new features will be introduced when upgrade from old to new version of TFS.
Generally if you haven't made any changes to the original process template, upgrading is quite easy. Just enable new features by running the Configure Features Wizard in your team projects configuration page.
If it can’t upgrade automatically, you need to apply updates manually. See Add updates to team projects manually.
If you customized the process template, then you can follow the steps mentioned in this link to Update a customized process template to access new features.
To update the existing projects, a not so nice but easy way is to remove all work items and process data from your project and then add the newest items. Martin Hinshelwood has some great guidance on how to do this.

Reports for TFS in Agile Environment

I've just set up reporting capabilities on my TFS 2012, and would like to add reports to it, preferably related to our agile processes.
I remember that back in the days of TFS2008 there were some reports out-of-the-box, provided by Microsoft. But for 2012 version, nothing was installed by default nor I cannot find any reports pack on the web, available for download.
Isn't there any reports available for download anywhere (other than the administrative ones)?
I guess you are using Scrum Process Template, I guess also you talk about the SharePoint Dashboard reports, any you are not talking about reports that exist on the reporting server, if this true.....
Scrum Process Template for SharePoint Dashboard doesn't contain reports, but if you create team project using MSF-For-Agile or MSF-For-CMMI you will find a lot of reports.
I work with the Urban Turtle team and we're currently developing an agile dashboard that embed directly in TFS. We'll release the first version of our Dashboard at the end of this month (february).
It will contain a lot of useful reports to follow your Agile project. If you want to have more information: http://urbanturtle.com/tfs-agile-dashboard/
Hope this helps!
try alternative i am not sure that it will work or not.
use
http://tech.lds.org/wiki/LDS_.NET_Stack/TFS_Reports_using_Excel
for manual reporting..

Build overview of TFS azure (Preview)

We are in a process of evaluating tfs azure.
We've migrated three of our projects(solutions) and created a specific project for each of the solutions in tfs azure.
Now we are looking for something to enable a visual overview of the current build status for all the three projects.
I know that I can get a overview of each project, by going to it's site, but I'd like an gathered overview of all the projects.
Today we are using Jenkins, connected to our local tfs 2010, and that gives us an direct overview of all the build statuses.
Does anybody know a tool for that?
After discussion with the Windows Azure team, the respons is that they don't support this at the moment. You can get a build overview on the project level, but not on the collection level.

Missing the SCRUM "backlog" and "board" tabs in TFS 2012

I've installed TFS 2012 Express on Windows server 2008.
Created new project, and choose the Scrum 2.0 process template.
From all the tutorials, I understand that I am supposed to have backlog, board and work items tabs.
However, I have only the work items. How do I get the two others?
Here: View Backlog link is missing from the TFS11 home page
someone pointed that there is Web Access Permissions setting in the Administration page,
but in the Administration page, I am also missing the web acess tab.
Agile Planning tool are not available in TFS Express. Under the "Agile/Scrum" section of the post it says:
Product Backlog and Sprint Planning – these require Premium or Ultimate (see this post about enabling via the licensing feature)
At the end of the article it also mentions:
[UPDATE 6/7/2012] TFS Express does not include any of the Agile features. It is really focused on source control, build, and bug tracking. You can read more about it here.

Setup for Team Foundation and ClearCase with TFS Integration Tool

I want to do daily migration of TFS changes to a ClearCase system. I was going to try out TFS Integration tools but I can't get any of the toolset pieces to work. What are the requirements to run this app? I have VS 2010, TFS 2010 and Sharepoint 2010 installed. The assemblies it's trying to load don't seem to be present in VS2010 and I don't if it requires VS 2008 or not. Anyone ever had this running? I'm migrating from TFS to CC. Not the other way around.
Update:
I've been using this tool to sync TFS 2010 changes back into a UCM ClearCase implementation at the client. It has been going poorly. The tool should be clearly marked as Beta or even Alpha. A peek into the code reveal around 100 TODO's and "This needs to be fixed". I have spent a good deal of time trying to iron out some of the issues and have made progress. My suggestion is before using this tool on mission critical projects, spend at least 3-4 weeks evaluating it in your environment. When it works, it works pretty well with moving changes.
I don't know much about how to access TFS2010 elements, besides "check an individual project for pre & postbuild steps either by loading the project in visual studio or manually reading the project file".
If you need Sharepoint assembly, this technote describes the requirements.
And I don't think an automatic import utility exists (from TFS2010 to ClearCase 7.1.x), as this technote mentions:
Change request (RFE) RATLC01005874 had been submitted requesting a conversion utility to export source code from Microsoft Team Foundation Version Control (TFVC) to ClearCase;
however, the decision was made by Product Management to exclude the requested feature from future upgrades and releases due to the significant architectural changes required to implement the solution.
The right approach is to manage to list the content of relevant labels for a given scope, and make a clearfsimport into a ClearCase view, with a full label applied right after it.
You don't need TFS (server), VS or SharePoint installed. You will need a SQL server for the core platform. Then you will need the various assemblies for TFS, which you can get by installing the Team Explorer component (it's on the TFS install media).
We decided to go with the TFS Integration Platform. It allows us to sync TFS work items back into ClearCase when ever we want. It provides the level of integration we needed to keep the traceability. The TFS to CC integration is bleeding edge, but it works enough for what we need. (Syncing work items and user check ins.)

Resources