You can use the WorkItemFieldValues property in TfsBuild.proj to modify the values of any arbitrary field in the work item created on a build break, including the "Assigned To" field. Check out TfsBuild.proj, add something like: Assigned To=<account name>; to this property, check TfsBuild.proj back in, and you should be all set.
-Aaron
http://blogs.msdn.com/aaronhallberg |