Skip to content

Forward

Forwards the work item to another user.

1
myWorkItem.Forward(target: ( string | [Identity](./../Identity/index.md) ), from?: ( string | [Identity](./../Identity/index.md) ), comments?: string):WorkItem

Parameters

( string | Identity ) target
    Specifies the target identity to delegate the work item to.

( string | Identity ) from optional
    Specifies the identity of the delegator. Can be null.

string comments optional
    Comments for the forwarding activity.

Returns

The forwarded work item.

Remarks

If the work item state is not in Waiting or Created, attempting to call this method is prohibited and throws an access denied error.

See Also