forked from tfsaggregator/tfsaggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
Scripting
Giulio Vian edited this page Nov 13, 2015
·
6 revisions
You can use C# and VB.Net to write your rules. Powershell also works but we had little tested it.
You can use only types from these assemblies:
SystemSystem.CoreMicrosoft.TeamFoundation.WorkItemTracking.Client-
Aggregator.CoreAny other reference will result in compile errors.
The following namespaces are imported (C# using, VB Imports):
Microsoft.TeamFoundation.WorkItemTracking.ClientSystem.LinqMicrosoft.TeamFoundation.WorkItemTracking.Client.CoreFieldReferenceNames-
Aggregator.Coreand descendants
Previous topic: Configuration XML syntax Next topic: Object Reference