Import Operational Issue Work Item Type Probe

Microsoft.SystemCenter.TfsWISync.ImportWorkItemTemplate.Task.ProbeActionType (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.TfsWISync.TfsAccessAccount
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Urlstring$Config/Url$TFS Collection URLTFS Collection URL
Projectsstring$Config/Projects$TFS Projects ListList of projects to which work item template should be imported separated by ';' or * if import to all TFS Projects in this TFS collection.

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.TfsWISync.ImportWorkItemTemplate.Task.ProbeActionType" Accessibility="Internal" RunAs="Microsoft.SystemCenter.TfsWISync.TfsAccessAccount" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Url" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Projects" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Url" Selector="$Config/Url$" ParameterType="string"/>
<OverrideableParameter ID="Projects" Selector="$Config/Projects$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.TfsWISync.TfsModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.TfsModules.AddWorkItemTemplateTask</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>