Get the URL for a work item in Team Foundation Server

Microsoft.SystemCenter.TfsWISync.GetWorkItemEditorUrl.Task (Task)

This task retrieves the URL for a work item in Team Foundation Server.

Element properties:

TargetMicrosoft.SystemCenter.TfsWISync.TfsServer
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.SystemCenter.TfsWISync.GetWorkItemEditorUrl.Task.ProbeAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.TfsWISync.GetWorkItemEditorUrl.Task" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.TfsWISync.TfsServer" Timeout="300" Remotable="false">
<Category>Custom</Category>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter.TfsWISync.GetWorkItemEditorUrl.Task.ProbeAction">
<Url>$Target/Property[Type="Microsoft.SystemCenter.TfsWISync.TfsServer"]/Url$</Url>
<WorkItemId>0</WorkItemId>
</ProbeAction>
</Task>