IsTeamMember Function
IsTeamMember (user as ObjectIdentifier) as Boolean
| Category: | Logical |
| Description: | Returns a value of TRUE if the specified user is a member of the work item or case pool |
| Supported Context: | BusinessRules |
| Parameters: | |
| user as ObjectIdentifier(User) | Represents a specific user or reference to a field that returns a user object |
| Returned value as Boolean | Returns a boolean value, where "TRUE" indicates that the user specified in the "user" parameter is a team member of the current object (either work item or issue) |
| Example #1 |
Build a custom action that will only be available if the Current User is a team member of the selected work item or Issue. Within the Evaluation Criteria enter the following: IsTeamMember(CurrentUser()) |

