User name
This function returns a text with the email address of a given user.
Bash
userEmail(userName) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the email address of the current user, e.g.: |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing a valid user name. |
Output
This function returns a text
User names
Variant for multiple users.
Bash
userEmail(userNames) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
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: |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
userNames |
text list |
Comma-separated list of user names. |
Output
This function returns a text list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|