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 3.0.3 . 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 | currentUsername() | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the username for the user that invoked the script containing currentUsername. |
Returns the username for the user that invoked the script containing currentUsername.
Return
...
Type
stringString
The return value represents the username of the user that triggered the script. Usually a transition is executed.
...
Code Block |
---|
customfield = currentUsername();
|
Result: customfield = <username of the current user>.
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 15025 |
---|
showSpace | false |
---|
cql | label = "user_routine" and space = currentSpace ( ) |
---|
labels | userarray_routine |
---|
|