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:
Availability
- This routine is available starting with katl-commons 3.0.3 .
- This routine is available for Jira server and cloud deployment options.
Syntax
currentUsername()
Description
Returns the username for the user that invoked the script containing currentUsername.Return type
string
The return value represents the username of the user that triggered the script. Usually a transition is executed.
Example
customfield = currentUsername();
Result: customfield = <username of the current user>.
See also