Showing results for May 2010 - Azure DevOps Blog

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 ...

DevOpsCommunityAzure DevOps Server