Showing results for Agile - Azure DevOps Blog

Sep 27, 2010
0
0

VSALM Library Updates on MSDN for September 2010

Patrick-MSFT
Patrick-MSFT

A couple of exciting additions to the Application Lifecycle Management documentation this month: The complete guide to the Best Practices Analyzer Tool for Team Foundation Server (BPA) is now in the MSDN Library. BPA is a Team Foundation Server Power Tool that diagnoses a large number of issues with your Team Foundation Server configuration and sta...

DevOpsAzure DevOps ServerCI/CD
Sep 16, 2010
0
0

Trouble with work item links and model elements in Visual Studio 2010 Ultimate?

Esther Fan
Esther Fan

Why aren't linked model elements appearing in my work items?In Visual Studio 2010 Ultimate, links between model elements and work items travel in one direction only, from the element to the work item. This means that when you link an element to a work item, the linked element does not appear in the work item. To enable bidirectional links...

DevOpsAgile
Aug 26, 2010
0
0

VSALM Library Updates on MSDN for August 2010

vstsuetb
vstsuetb

Lots of new and updated information in the August update to the Visual Studio Application Lifecycle Management section of MSDN. Remember that many of these changes are a direct response to your requests and comments. We welcome your feedback and questions – either in the Community Content at the bottom of each page in the MSDN Library or...

DevOpsAzure DevOps ServerCI/CD
Aug 26, 2010
0
0

Updated: Customizable Process Guidance

Allen Clark
Allen Clark

A couple of weeks ago, I posted customizable process guidance packages on Code Gallery. I've updated those to pick up a few minor changes that we published on MSDN yesterday. http://code.msdn.microsoft.com/VSScrumGuidance http://code.msdn.microsoft.com/MSFAgileGuidance http://code.msdn.microsoft.com/MSFCMMIGuidance...(read more)

DevOpsAzure DevOps ServerAgile
Aug 12, 2010
0
0

Customizable process guidance

Allen Clark
Allen Clark

I've just posted versions of process guidance for Visual Studio Scrum 1.0, MSF for Agile Software Development v5.0, and MSF for CMMI Process Improvement v5.0 on Code Gallery so that you can customize them and associate these customized versions with your team projects. http://code.msdn.microsoft.com/VSScrumGuidance http://code.msdn.microsoft....

DevOpsAgile
Jul 27, 2010
0
0

VSALM Library Updates on MSDN for July 2010

vstsuetb
vstsuetb

The Visual Studio Application Lifecycle Management Developer Content team, aka the doc writers, prowl the blogs and forums looking for ideas that we can use to clarify our explanations of VS ALM. We also respond to community comments from the MSDN Library wiki and feedback. Once a month, we publish new and updated topics to the MSDN Library. Then w...

DevOpsCommunityAzure DevOps Server
Jun 28, 2010
0
0

Team Foundation SDK for VS 2010

Allen Clark
Allen Clark

We have just published the first increment of the Team Foundation SDK for VS 2010 . Several months ago, I commented on the negative trend we have seen for the TF SDK content, and I explained that we had started an effort to attempt to turn that around by taking a very different approach. We're experimenting and we'll watch feedback to see what work...

DevOpsCommunityAzure DevOps Server
May 26, 2010
0
0

Sample Code: Create a Work Item in Team Foundation

Allen Clark
Allen Clark

You can create bugs, tasks, and other types of WorkItems by performing the following steps: Construct a WorkItem. Set the values of the required fields. Save the WorkItem. Depending on the type of WorkItem that you create, most required Fields have default values. If these values are appropriate, you do not have to set them explicitly. ...

DevOpsCommunityAzure DevOps Server
May 6, 2010
0
0

Sample Code: Refactoring to Handle Different Types of Work Items

Allen Clark
Allen Clark

When you write code that works with different team projects, your code may need to handle different types of work items that serve similar functions, but it different ways. For example, user stories in team projects that are based on MSF for Agile Software Development v5.0 are used to represent what the customer needs and values. In team projects t...

DevOpsCommunityAzure DevOps Server