Skip to content

Assign

Assigns the case to the specified identity.

1
myCase.Assign(identity: ( string | Identity )):Case

Assigns the case to the specified identity with comments.

1
myCase.Assign(identity: ( string | Identity ), comments?: string):Case

Parameters

( string | Identity ) identity
    The identity to assign the case to.

string comments optional
    Comments for the assignment.

Returns

The current Case instance. The current Case instance.

See Also