<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.teamsystemsolutions.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">TFS Tips and Tricks</title><subtitle type="html" /><id>http://community.teamsystemsolutions.com/blogs/eric/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.teamsystemsolutions.com/blogs/eric/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.teamsystemsolutions.com/blogs/eric/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2009-09-17T01:47:00Z</updated><entry><title>TeamLook and TeamSpec to simultaneously-ship with Visual Studio 2010</title><link rel="alternate" type="text/html" href="/blogs/eric/archive/2010/02/04/teamlook-and-teamspec-to-simultaneously-ship-with-visual-studio-2010.aspx" /><id>/blogs/eric/archive/2010/02/04/teamlook-and-teamspec-to-simultaneously-ship-with-visual-studio-2010.aspx</id><published>2010-02-04T19:11:14Z</published><updated>2010-02-04T19:11:14Z</updated><content type="html">&lt;p&gt;TeamSolutions, LLC, Visual Studio Industry Partner*, announces plans to simultaneously-ship TeamLook and TeamSpec with Visual Studio 2010 prior to 5/30/2010.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.teamsystemsolutions.com/teamlook/teamlook-features.aspx"&gt;TeamLook&lt;/a&gt; is a convenient software project dashboard that allows all stakeholders in a software development project to communicate and collaborate using Microsoft Visual Studio 2010 Team Foundation Server from within Microsoft Office Outlook. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.teamsystemsolutions.com/teamspec/teamspec-features.aspx"&gt;TeamSpec&lt;/a&gt; provides rich team project artifact management directly inside Microsoft Office Word allowing specification, requirement and other document content to maintain integrity with Microsoft Visual Studio 2010 Team Foundation Server. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;small&gt;* The VSIP relationship is currently listed under Personify Design. &lt;a href="http://www.personifydesign.com"&gt;Personify Design&lt;/a&gt; spun off TeamLook and TeamSpec into its own brand (and company) called TeamSolutions, LLC in 2009.&lt;/small&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.teamsystemsolutions.com/aggbug.aspx?PostID=554" width="1" height="1"&gt;</content><author><name>eric</name><uri>http://community.teamsystemsolutions.com/members/eric/default.aspx</uri></author></entry><entry><title>So what’s your process template?</title><link rel="alternate" type="text/html" href="/blogs/eric/archive/2009/11/08/so-what-s-your-process-template.aspx" /><id>/blogs/eric/archive/2009/11/08/so-what-s-your-process-template.aspx</id><published>2009-11-08T20:58:56Z</published><updated>2009-11-08T20:58:56Z</updated><content type="html">&lt;p&gt;Almost everyone knows about the extensibility of the process template that defines the team project within Team Foundation Server. I’m always interested in hearing what other teams have done to modify either the &lt;a href="http://msdn.microsoft.com/en-us/teamsystem/aa718801.aspx"&gt;Agile or CMMI template&lt;/a&gt; to better tailor it to their internal processes. So I thought I’d share what we’ve done to extend the process template ourselves. &lt;/p&gt;  &lt;p&gt;We are big fans of the Agile methodology and work in a semi-scrum environment. We started with the standard Agile work items (Bug, Task, …) and everything was working pretty well. Fairly soon though we found we could really use some additional states on the work items to allow us to better report on the current status of our work. This was before the days of the power tools that have really simplified these types of changes. We jumped on the internet and started reading about &lt;a href="http://msdn.microsoft.com/en-us/library/ms253051(VS.80).aspx"&gt;witimport.exe&lt;/a&gt; and how to modify the XML that defines the work item types. We added the states and happily moved along. &lt;/p&gt;  &lt;p&gt;After our team grew we realized we needed additional workflow to better manage the work as it moved through the team. So we once again extended the process template. Now, for example, the work item lifecycle looks something like this:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;A change request from the customer would be communicated to the project manager via email. She would then use &lt;a href="http://www.teamsystemsolutions.com/teamlook/teamlook-features.aspx"&gt;TeamLook&lt;/a&gt; to create a work item and assign the appropriate priority and severity. At this point it would be dropped into a pending iteration waiting for the next triage meeting.       &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;At the triage meeting we estimate the effort needed to complete the work item and assign start and finish dates. This allows us to manage the work within Microsoft Project very easily, but that will need to be another blog post. We also assign the iteration that the work will be completed in. The iterations are generally a month long, depending on the project. The work item state is set to scheduled and ready for a developer to begin work.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The developer uses TeamLook to view their work items and sort them based on the priority and importance. After choosing the most critical work item the state is changed to in-progress signaling that work is underway.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;When the developer has done their code review and checks in the changes, the work item is associated with the changeset, and TFS changes the work item state to resolved.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;A continuous integration build is fired off and an email sent to the team informing them of the state of the build. A nightly build runs that incorporates all of the changes checked in during the day and those changes are pushed to the test environment.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The tester reviews the previous day’s changes and validates the work. Upon approval the changes are pushed to the staging environment and the work item state is changed to verified.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The project manager uses TeamLook to aggregate the verified work items and sends the list to the customer to notify them that their requests have been staged. The customer can confirm the changes meet their expectations to the project manager, who then changes the state of the work item to reviewed.      &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;When the iteration’s release date arrives the deployment lead verifies that all work items are set to reviewed and can be released to production. We’ve created an internal tool that can pull out the changed code from source control based on a team query. This simplifies checking what changes need to be pushed to production.      &lt;br /&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;That’s a lot to read, so where’s a pretty picture instead?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.teamsystemsolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/eric/PersonifyDevelopmentWorkflow_5F00_2DD8BA6F.png"&gt;&lt;img title="Personify-Development-Workflow" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="768" alt="Personify-Development-Workflow" src="http://community.teamsystemsolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/eric/PersonifyDevelopmentWorkflow_5F00_thumb_5F00_19AF7819.png" width="504" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.teamsystemsolutions.com/aggbug.aspx?PostID=416" width="1" height="1"&gt;</content><author><name>eric</name><uri>http://community.teamsystemsolutions.com/members/eric/default.aspx</uri></author><category term="Team Foundation Server" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/Team+Foundation+Server/default.aspx" /><category term="Team System" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/Team+System/default.aspx" /><category term="Process Template" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/Process+Template/default.aspx" /></entry><entry><title>Welcome to TFS Tips and Tricks</title><link rel="alternate" type="text/html" href="/blogs/eric/archive/2009/09/17/welcome-to-tfs-tips-and-tricks.aspx" /><id>/blogs/eric/archive/2009/09/17/welcome-to-tfs-tips-and-tricks.aspx</id><published>2009-09-17T00:47:00Z</published><updated>2009-09-17T00:47:00Z</updated><content type="html">&lt;p&gt;Having worked with Microsoft&amp;#39;s Team Foundation Server since TFS 2005 was pre-beta we have gained a deep knowledge of the API and its inner workings. Starting with the Outlook Starter Kit back in 2005 as an example of how to interact with the work item object model, we have had the opportunity to work with many of the methods and objects exposed through the TFS API. 
&lt;/p&gt;&lt;p&gt;I&amp;#39;d like to use this blog to share some of the tips and tricks we have found over the years. Hopefully it will be helpful for other developers working with the TFS API as well as a repository of tricks and helper apps so we can find them later as well.  &lt;span style="font-family:Wingdings;"&gt;J&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;I will also share some of the ways we have modified the Agile process template to work with our internal methodologies at &lt;a href="http://www.teamsystemsolutions.com"&gt;TeamSolutions&lt;/a&gt; as well as its sister company, &lt;a href="http://www.personifydesign.com" target="_blank"&gt;Personify Design&lt;/a&gt;. The extensibility of TFS is really one of its core strengths, and I think we&amp;#39;ve managed to do some substantial &amp;quot;extensions&amp;quot; (including &lt;a href="http://www.teamsystemsolutions.com/teamlook"&gt;TeamLook&lt;/a&gt; and &lt;a href="http://www.teamsystemsolutions.com/teamspec"&gt;TeamSpec&lt;/a&gt;!)
&lt;/p&gt;&lt;p&gt;Thanks for stopping by!&lt;br /&gt;Eric&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.teamsystemsolutions.com/aggbug.aspx?PostID=400" width="1" height="1"&gt;</content><author><name>eric</name><uri>http://community.teamsystemsolutions.com/members/eric/default.aspx</uri></author><category term="Team Foundation Server" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/Team+Foundation+Server/default.aspx" /><category term="Team System" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/Team+System/default.aspx" /><category term="TFS 2008" scheme="http://community.teamsystemsolutions.com/blogs/eric/archive/tags/TFS+2008/default.aspx" /></entry></feed>
