Warning |
---|
The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information: |
Info |
---|
|
This routine is available starting with katl-commons 1.0.This routine is available for Jira server and cloud deployment options. Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | userFullName(user) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the full name (firstname, lastname) of the user. |
Returns the full name (firstname, lastname) of the user.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
user | |
...
String | Yes | Username or userkey of selected user. |
|
...
It searches by the user key first and if there is no result |
|
...
...
Return
...
Type
stringString
Returns the full name (first name and last name) of the user associated with the specified username or userkey.
...
Examples
Example 1
Code Block |
---|
userFullName("Admin");
|
Returns the full name (first name and last name) of the user Admin.
...
Code Block |
---|
userFullName(currentUser());
|
Returns the full name (first name and last name) of the current user.
Notes
Note |
---|
The look-up is first made after the userkey, then after the username. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 15025 |
---|
showSpace | false |
---|
cql | label = "jira_user_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_user_routineroutines |
---|
|