Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Overview

Forwards the work item to another user.

WorkItem myWorkItem.Forward(target: ( string | Identity ), from: ( string | Identity ), comments: string)

Arguments

( string | Identity ) target
Specifies the target identity to delegate work item.
( string | Identity ) from
Specifies identity of delegator. Can be null.
string comments
Comments of forward activity

Returns

Returns forwarded work item.

Remarks

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

  • No labels