Status
Tech review

Style guide




Short description

Returns a text/text list with the email of the user in argument user_name.

Output

Available since




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.


userEmail(text user_name) #Output: Text



Parser expressionDescription


userEmail(%{00020})


This example returns the email of the current user.
%{00020} is field code for Current user.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a




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.


userEmail(text list user_names)  #Output: Text list



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.




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a