GetOwners¶
Returns an array of identities to which the work item is assigned.
myWorkItem.GetOwners(real?: boolean):Array<Identity> (Identity)
Parameters¶
boolean real optional
true returns the actual resolved users; false returns the simulated user set.
Returns¶
An array of identities to which the work item is assigned.
Remarks¶
This method always returns the assigned identities (Position, User, etc.) without any calculation. If you need the assigned users, see the WorkItem.GetOwnerUsers method.
Example¶
1 2 | |
See Also¶
- WorkItem.GetOwnerUsers
- Array<Identity>