Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Scrum Process Template 2.1 vs 2.2

Visual Studio TFS Update 2 updated the Scrum Process Template from 2.1 to 2.2.

Unfortunately, I was unable to find any information on the exact changes.

What changed between the versions? And, more importantly, how can I determine what changes are important for my project?

like image 231
Wilbert Avatar asked Apr 26 '13 12:04

Wilbert


People also ask

What is process template in TFS?

A process template can be accessed through VSTS or an on-premises Team Foundation Server (TFS). It supports Hosted XML and On-premises XML process models. We can customize projects through the modification and import of XML definition files.

What are process templates in Azure DevOps?

A process template defines the building blocks of the work item tracking system and other subsystems you access through Azure DevOps. Process templates are only used with the Hosted XML and On-premises XML process models. You customize projects by modifying and importing process template XML definition files.

What is Scrum process in Azure DevOps?

The Scrum process in Azure DevOps closely resembles the agile process. However, there are key differences. The Scrum process aligns to the Scrum framework and allows: Product Owners to manage their Product Backlog. This includes setting the priority, order and business importance for each product backlog item.

Which of the below Workitems are available under the Scrum process?

The Scrum process supports the following work item types (WITs) to plan and track work, tests, feedback, and code review. With different WITs you can track different types of work—such as product backlog items, tasks, bugs, and more. These artifacts are created when you create a project using the Scrum process.


1 Answers

I was looking for a similar list of changes and, much like you, haven't had much luck. Here is the closest I've come to a list of new features:

"From Scrum 2.0 to Scrum 2.2
- Add the Tags column by default on the product backlog
- Add missing transitions to the Bug and PBI"

Which I found here: http://blogs.msdn.com/b/visualstudioalm/archive/2013/04/04/upgrade-your-2012-process-template-from-rtm-to-update-2.aspx.

like image 140
Ruth Avatar answered Oct 12 '22 03:10

Ruth