Skip to content

Assign

Assigns the case to the specified identity.

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

Assigns the case to the specified identity with comments.

myCase.Assign(identity: ( string | Identity ), comments?: string):Case (Identity, 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