Skip to content

GetWorkItem

Gets a work item by id.

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

Parameters

string id
    work item id to get

Returns

Returns instance of work item if found, otherwise null.

See Also