You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns a text with the email of the user in argument user_name.

Argument user_name is a string with a user name, not to be confused with the user's full name.

Syntax
userEmail(text user_name) #Output: Text
Examples
Parser expressionDescription
userEmail(%{00020})
This example returns the email of the current user.
%{00020} is field code for Current user.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT


This function returns a text list with the emails of the users in argument user_names.

Argument user_names is a string list with user names, not to be confused with users' full names.

Syntax
userEmail(text list user_names)  #Output: Text list
Examples
Parser expressionDescription
userEmail(toTextList(%{00133}))

This example returns a text list with the emails of current issue's watchers,

%{00133} is field code for Watchers.


Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST