{"id":3173,"date":"2013-04-04T08:00:00","date_gmt":"2013-04-04T08:00:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2013\/04\/04\/upgrade-your-2012-team-project-from-rtm-to-update-2\/"},"modified":"2019-02-14T17:54:36","modified_gmt":"2019-02-15T01:54:36","slug":"upgrade-your-2012-team-project-from-rtm-to-update-2","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/devops\/upgrade-your-2012-team-project-from-rtm-to-update-2\/","title":{"rendered":"Upgrade your 2012 team project from RTM to Update 2"},"content":{"rendered":"<p>In our effort to bring continuous improvements to the product, we have made improvements to the stock process templates in VS Update 2. If you have an account on our <a href=\"http:\/\/tfs.visualstudio.com\">hosted service<\/a> or when you create a new team project, your team projects are already updated with these changes. However if you have an on premises installation of TFS, the existing team projects are not updated automatically. This blog post explains the steps to add the same improvements between VS 2012 RTM and VS 2012 Update 2 to your existing team projects.<\/p>\n<p>The last section of this post explains which of these changes apply when you upgraded from VS 2012 Update 1<\/p>\n<h2>Overview of the changes<\/h2>\n<p>Before we dive deep in the steps to update your team project, let\u2019s start with an overview of the improvements we made.<\/p>\n<p>TFS ships with three templates (Agile, Scrum and CMMI). If you are not sure what process template was used when you created the team project, then go to the team home page<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/00\/00\/00\/45\/92\/metablogapi\/5633.image_59226826.png\"><img decoding=\"async\" title=\"image\" style=\"border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px\" border=\"0\" alt=\"image\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2013\/04\/6622.image_thumb_1F9F582F.png\" width=\"536\" height=\"278\" \/><\/a><\/p>\n<ul>\n<li>If the backlog contains \u201cProduct Backlog Item\u201d and \u201cBug\u201d work items, you used the Scrum process template <\/li>\n<li>If the backlog contains \u201cUser Story\u201d work items, you used the Agile process template <\/li>\n<li>If the backlog contains \u201cRequirement\u201d work items, you used the CMMI process template <\/li>\n<\/ul>\n<h5>From Scrum 2.0 to Scrum 2.2<\/h5>\n<ol>\n<li>Add the Tags column by default on the product backlog <\/li>\n<li>Add missing transitions to the Bug and PBI <\/li>\n<\/ol>\n<h5>From Agile 6.0 to Agile 6.2<\/h5>\n<ol>\n<li>Add the Tags column by default on the product backlog <\/li>\n<li>Add the missing transitions to the User Story <\/li>\n<li>Set the values in the ResolvedBy and ResolvedDate fields in the transition \u201cActive \u2013&gt; Closed\u201d <\/li>\n<li>Update the reasons in the transitions \u201cActive \u2013&gt; New\u201d and \u201cActive \u2013&gt; Closed\u201d <\/li>\n<\/ol>\n<h5>From CMMI 6.0 to CMMI 6.2<\/h5>\n<ol>\n<li>Add the Tags column by default on the product backlog <\/li>\n<li>Set the value of the ResolvedBy and ResolvedDate fields in the transition \u201cActive \u2013&gt; Closed\u201d <\/li>\n<li>Set the value of the ActivatedBy, ActivatedDate, ResolvedBy and ResolvedDate fields in the transition \u201cProposed \u2013&gt; Closed\u201d&#160;&#160; <\/li>\n<\/ol>\n<p>Note: You need to apply these steps to all team projects. Applying the steps to one team project do not automatically apply them to all team projects.<\/p>\n<h2>Update your team project if it was created by the <span style=\"text-decoration: underline\">Scrum<\/span> Template<\/h2>\n<h5>Add the Tags column by default on the product backlog<\/h5>\n<p>When you create a new team, the columns on the team\u2019s backlog get defaulted to a set of columns. Each individual can later modify the columns in the view, so this setting only applied to the initial set of columns. With the introduction of tagging, we have added the Tags column to the initial set of columns on the product backlog.<\/p>\n<ol>\n<li>Download the agile configuration with the command <strong>witadmin<\/strong> <strong>exportagileprocessconfig \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/f:%TEMP%AgileProcessConfig.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad and update the ProductBacklog section to include the highlighted text      \n<blockquote>\n<p>&#160; &lt;ProductBacklog&gt;          <br \/>&#160;&#160;&#160; &lt;Columns&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Title&quot; width=&quot;400&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.State&quot; width=&quot;100&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.Scheduling.Effort&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.IterationPath&quot; width=&quot;200&quot; \/&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Tags&quot; width=&quot;200&quot; \/&gt;            <br \/><\/span>&#160;&#160;&#160; &lt;\/Columns&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated configuration with the command <strong>witadmin<\/strong> <strong>importagileprocessconfig <strong>\/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%AgileProcessConfig.xml<\/strong><\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h5>Add missing transitions to the Bug and PBI<\/h5>\n<ol>\n<li>Download the Product Backlog Item work item type with the <strong>witadmin exportwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/n:&quot;Product Backlog Item&quot; \/f:%TEMP%PBI.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the &lt;\/TRANSITIONS&gt; element in the xml <\/li>\n<li>Add the highlighted text to the section      \n<blockquote>\n<p>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Removed&quot; to=&quot;New&quot;&gt;          <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Reconsidering backlog item&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;           <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;TRANSITION from=&quot;Approved&quot; to=&quot;New&quot;&gt;            <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Committed&quot; to=&quot;New&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Done&quot; to=&quot;New&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Done&quot; to=&quot;Approved&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Additional work found&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Approved&quot; to=&quot;Done&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Work finished&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;FIELDS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ClosedDate&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/FIELDS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/><\/span>&#160; &lt;\/TRANSITIONS&gt;           <br \/>&lt;\/WORKFLOW&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated Product Backlog Item work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%PBI.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Repeat the same steps for the Bug work item type <\/li>\n<\/ol>\n<h2>Update your team project if it was created by the <span style=\"text-decoration: underline\">Agile<\/span> Template<\/h2>\n<h5>Add the Tags column by default on the product backlog<\/h5>\n<p>When you create a new team, the columns on the team\u2019s backlog get defaulted to a set of columns. Each individual can later modify the columns in the view, so this setting only applied to the initial set of columns. With the introduction of tagging, we have added the Tags column to the initial set of columns on the product backlog.<\/p>\n<ol>\n<li>Download the agile configuration with the command <strong>witadmin<\/strong> <strong>exportagileprocessconfig \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/f:%TEMP%AgileProcessConfig.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad and update the ProductBacklog section to include the highlighted text      \n<blockquote>\n<p>&#160; &lt;ProductBacklog&gt;          <br \/>&#160;&#160;&#160; &lt;Columns&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Title&quot; width=&quot;400&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.State&quot; width=&quot;100&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.Scheduling.StoryPoints&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.IterationPath&quot; width=&quot;200&quot; \/&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Tags&quot; width=&quot;200&quot; \/&gt;            <br \/><\/span>&#160;&#160;&#160; &lt;\/Columns&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated configuration with the command <strong>witadmin<\/strong> <strong>importagileprocessconfig <strong>\/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%AgileProc<\/strong><\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h5>Add the missing transitions to the User Story<\/h5>\n<ol>\n<li>Download the User Story work item type with the <strong>witadmin exportwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/n:&quot;User Story&quot; \/f:%TEMP%UserStory.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the &lt;\/TRANSITIONS&gt; element in the xml <\/li>\n<li>Add the highlighted text to the section      \n<blockquote>\n<p>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Removed&quot; to=&quot;New&quot;&gt;          <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Reconsidering the User Story&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;           <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;TRANSITION from=&quot;Resolved&quot; to=&quot;New&quot;&gt;            <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;Closed&quot; to=&quot;New&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/>&#160;&#160;&#160; &lt;TRANSITION from=&quot;New&quot; to=&quot;Closed&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Acceptance tests pass&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/REASONS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;FIELDS&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ActivatedDate&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ActivatedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedDate&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ClosedDate&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ClosedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;\/FIELDS&gt;             <br \/>&#160;&#160;&#160; &lt;\/TRANSITION&gt;             <br \/><\/span>&#160; &lt;\/TRANSITIONS&gt;           <br \/>&lt;\/WORKFLOW&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated User Story work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/f:%TEMP%UserStory.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command)&#160; <\/li>\n<\/ol>\n<h5>Set the values in the ResolvedBy and ResolvedDate fields in the transition \u201cActive \u2013&gt; Closed\u201d<\/h5>\n<ol>\n<li>Again download the User Story work item type with the <strong>witadmin exportwitd \/collection:CollectionURL \/p:Project \/n:&quot;User Story&quot; \/f:%TEMP%UserStory.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the following xml node      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;Closed&quot;&gt; <\/p>\n<\/blockquote>\n<\/li>\n<li>Replace the section&#160; \n<blockquote>\n<p>&lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedDate&quot;&gt;          <br \/>&#160; &lt;READONLY \/&gt;           <br \/>&lt;\/FIELD&gt;           <br \/>&lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedBy&quot;&gt;           <br \/>&#160; &lt;ALLOWEXISTINGVALUE \/&gt;           <br \/>&#160; &lt;READONLY \/&gt;           <br \/>&lt;\/FIELD&gt;<\/p>\n<\/blockquote>\n<p> With&#160; <\/p>\n<blockquote>\n<p>&lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedDate&quot;&gt;          <br \/><span style=\"color: #ff0000\">&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;<\/span>           <br \/>&lt;\/FIELD&gt;           <br \/>&lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedBy&quot;&gt;           <br \/><span style=\"color: #ff0000\">&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;<\/span>           <br \/>&lt;\/FIELD&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated User Story work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%UserStory.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h5>Update the reasons in the transitions \u201cActive \u2013&gt; New\u201d and \u201cActive \u2013&gt; Closed\u201d<\/h5>\n<ol>\n<li>Again download the User Story work item type with the <strong>witadmin exportwitd \/collection:CollectionURL \/p:Project \/n:&quot;User Story&quot; \/f:%TEMP%UserStory.xml <\/strong>(see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the following xml node      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;New&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Implementation halted&quot; \/&gt;           <br \/>&#160; &lt;\/REASONS&gt;           <br \/>&lt;\/TRANSITION&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Replace it with      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;New&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Moved to the backlog&quot; \/&gt;            <br \/>&#160;&#160;&#160; &lt;REASON value=&quot;Implementation halted&quot; \/&gt;             <br \/><\/span>&#160; &lt;\/REASONS&gt;           <br \/>&lt;\/TRANSITION&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Locate the following xml node      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;Closed&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Rejected&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASON value=&quot;Abandoned&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASON value=&quot;Out of scope&quot; \/&gt;           <br \/>&#160; &lt;\/REASONS&gt;           <br \/>&lt;\/TRANSITION&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Replace it with      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;Closed&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Acceptance tests pass&quot; \/&gt;            <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASON value=&quot;Rejected&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASON value=&quot;Abandoned&quot; \/&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;REASON value=&quot;Out of scope&quot; \/&gt;             <br \/><\/span>&#160; &lt;\/REASONS&gt;           <br \/>&lt;\/TRANSITION&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated User Story work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%UserStory.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h2>Update your team project if it was created by the <span style=\"text-decoration: underline\">CMMI<\/span> Template<\/h2>\n<h5>Add the Tags column by default on the product backlog<\/h5>\n<p>When you create a new team, the columns on the team\u2019s backlog get defaulted to a set of columns. Each individual can later modify the columns in the view, so this setting only applied to the initial set of columns. With the introduction of tagging, we have added the Tags column to the initial set of columns on the product backlog.<\/p>\n<ol>\n<li>Download the agile configuration with the command <strong>witadmin<\/strong> <strong>exportagileprocessconfig \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/f:%TEMP%AgileProcessConfig.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad and update the ProductBacklog section to include the highlighted text      \n<blockquote>\n<p>&#160; &lt;ProductBacklog&gt;          <br \/>&#160;&#160;&#160; &lt;Columns&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Title&quot; width=&quot;400&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.State&quot; width=&quot;100&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.Scheduling.StoryPoints&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.CMMI.RequirementType&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.IterationPath&quot; width=&quot;200&quot; \/&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Tags&quot; width=&quot;200&quot; \/&gt;            <br \/><\/span>&#160;&#160;&#160; &lt;\/Columns&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated configuration with the command <strong>witadmin<\/strong> <strong>importagileprocessconfig <strong>\/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%AgileProcessConfig.xml<\/strong><\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h5>Set the value of the ResolvedBy and ResolvedDate fields in the transition \u201cActive \u2013&gt; Closed\u201d<\/h5>\n<ol>\n<li>Download the Requirement work item type with the <strong>witadmin exportwitd \/collection:CollectionURL \/p:Project \/n:&quot;Requirement&quot; \/f:%TEMP%Requirement.xml <\/strong>(see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the following xml node      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;Closed&quot;&gt; <\/p>\n<\/blockquote>\n<\/li>\n<li>Add the highlighted text to the transition&#160; \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Active&quot; to=&quot;Closed&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160; &lt;REASON value=&quot;Abandoned&quot; \/&gt;           <br \/>&#160;&#160;&#160; &lt;REASON value=&quot;Out-of-scope&quot; \/&gt;           <br \/>&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Split&quot; \/&gt;           <br \/>&#160; &lt;\/REASONS&gt;           <br \/>&#160; &lt;FIELDS&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedDate&quot;&gt;            <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;<\/span>           <br \/>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ClosedDate&quot;&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;           <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated Requirement work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%Requirement.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h5>Set the value of the ActivatedBy, ActivatedDate, ResolvedBy and ResolvedDate fields in the transition \u201cProposed \u2013&gt; Closed\u201d <\/h5>\n<ol>\n<li>Again download the Requirement work item type with the <strong>witadmin exportwitd \/collection:CollectionURL \/p:Project \/n:&quot;Requirement&quot; \/f:%TEMP%Requirement.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad <\/li>\n<li>Locate the following xml node      \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Proposed&quot; to=&quot;Closed&quot;&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Add the highlighted text to the transition&#160; \n<blockquote>\n<p>&lt;TRANSITION from=&quot;Proposed&quot; to=&quot;Closed&quot;&gt;          <br \/>&#160; &lt;REASONS&gt;           <br \/>&#160;&#160;&#160; &lt;DEFAULTREASON value=&quot;Rejected&quot; \/&gt;           <br \/>&#160; &lt;\/REASONS&gt;           <br \/>&#160; &lt;FIELDS&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ActivatedDate&quot;&gt;            <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ActivatedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedDate&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ResolvedBy&quot;&gt;             <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;currentuser&quot; \/&gt;             <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;             <br \/><\/span>&#160;&#160;&#160; &lt;FIELD refname=&quot;Microsoft.VSTS.Common.ClosedDate&quot;&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;SERVERDEFAULT from=&quot;clock&quot; \/&gt;           <br \/>&#160;&#160;&#160; &lt;\/FIELD&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated Requirement work item type with the <strong>witadmin importwitd \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%Requirement.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h2>What changes apply if I upgraded from VS 2012 Update 1 to VS 2012 Update 2?<\/h2>\n<p>Between Update 1 and Update 2, we only added the Tags field to the list of columns on the Product Backlog in the Agile Configuration Settings. The steps are equal for all process templates, which are<\/p>\n<ol>\n<li>Download the agile configuration with the command <strong>witadmin<\/strong> <strong>exportagileprocessconfig \/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; \/f:%TEMP%AgileProcessConfig.xml<\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<li>Open the downloaded file in notepad and update the ProductBacklog section to include the highlighted text      \n<blockquote>\n<p>&#160; &lt;ProductBacklog&gt;          <br \/>&#160;&#160;&#160; &lt;Columns&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Title&quot; width=&quot;400&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.State&quot; width=&quot;100&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.Scheduling.StoryPoints&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;Microsoft.VSTS.CMMI.RequirementType&quot; width=&quot;50&quot; \/&gt;           <br \/>&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.IterationPath&quot; width=&quot;200&quot; \/&gt;           <br \/><span style=\"color: #ff0000\">&#160;&#160;&#160;&#160;&#160; &lt;Column refname=&quot;System.Tags&quot; width=&quot;200&quot; \/&gt;            <br \/><\/span>&#160;&#160;&#160; &lt;\/Columns&gt;<\/p>\n<\/blockquote>\n<\/li>\n<li>Save and close the file <\/li>\n<li>Import the updated configuration with the command <strong>witadmin<\/strong> <strong>importagileprocessconfig <strong>\/collection:&lt;CollectionURL&gt; \/p:&lt;Project&gt; <\/strong><strong>\/f:%TEMP%AgileProcessConfig.xml<\/strong><\/strong> (see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> for more details on this command) <\/li>\n<\/ol>\n<h2>Resources<\/h2>\n<ul>\n<li><a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh739073.aspx\">Customize the Backlog Pages<\/a> <\/li>\n<li><a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh500413.aspx\">Managing Process Configuration [witadmin]<\/a> <\/li>\n<li><a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd312129.aspx\">Customizing and Managing Work Item Types [witadmin]<\/a> <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In our effort to bring continuous improvements to the product, we have made improvements to the stock process templates in VS Update 2. If you have an account on our hosted service or when you create a new team project, your team projects are already updated with these changes. However if you have an on [&hellip;]<\/p>\n","protected":false},"author":72,"featured_media":45953,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3173","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devops"],"acf":[],"blog_post_summary":"<p>In our effort to bring continuous improvements to the product, we have made improvements to the stock process templates in VS Update 2. If you have an account on our hosted service or when you create a new team project, your team projects are already updated with these changes. However if you have an on [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/3173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/users\/72"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/comments?post=3173"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/3173\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media\/45953"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media?parent=3173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/categories?post=3173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/tags?post=3173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}