Plunging into .NET Development

Weblog Pieter Gheysens
Microsoft .NET Development - C# - Enterprise Library - Visual Studio 2005 Team System - Compuware DevPartner - ...
 


Saturday, September 29

Team Build Tasks

How to automatically assign all the build failure workItems to a dedicated person?

I'v been looking for the right property in the .proj Team Build file and found out that you only need to adapt the WorkItemFieldValues property. This property specifies a list of field names and values for the created work item. The values you enter must be separated by a semicolon.

To automatically assign all the build failure workItem to me, I modified the WorkItemFieldValues property and added the Assigned To field name :

Assigned To=Gheysens Pieter;

Labels: ,

0 Comments:

Post a Comment

<< Home