This function returns a text with the email address of a given user.


userEmail(userName) #Output: Text



Parser expressionDescription


userEmail(%{system.currentUser})


This example returns the email address of the current user, e.g.:
admin.istrator@test.com



Parameters used in this function

ParameterInput (data type)Description
userName

Text containing a valid user name.



This function returns a




Variant for multiple users.


userEmail(userNames) #Output: Text list



Parser expressionDescription


toLowerCase(toString(userEmail(toStringList(%{issue.watcher}))))


This example returns a text list with the email addresses of the current issue's watchers, e.g.:

admin.istrator@test.com, d.jones@test.com

To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
userNames

Comma-separated list of user names.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to access to a user's email.





Short description

Returns the email address(es) of given users.

Output

 

Available since

Label






Status
Tech review

Style guide