Info |
---|
|
- This routine is available starting with katl-commons 1.0.
- This routine is available for Jira server and cloud deployment options.
|
Syntax
userEmailAddress(user)
...
Parameter name | Type | Required | Description |
---|
user | String | Yes | User key or name of the user the email should be provided for. Note |
---|
On the server version, it searches by the user key first and if there is no result - by the user name as well. On the cloud version, the search is done by the user key only. |
|
Return type
string
Returns the e-mail address associated with the specified userkey/username.
...