Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Sample Code: Create a Work Item in Team Foundation

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

Sample Code: Refactoring to Handle Different Types of Work Items

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