Skip to content

GetWorkItem

Gets a work item by its ID.

1
$Domain.GetWorkItem(id: string):WorkItem

Parameters

string id
    The ID of the work item to get.

Returns

The WorkItem instance if found; otherwise, null.

See Also