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;
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: Team Foundation Server, Team System
0 Comments:
Post a Comment
<< Home