How to show current username on response templates?Issue Need to show the current logged in user name, on selecting the response templatesReleaseAll releasesResolutionIn response templates, their is an Ui action "Insert current user" on clicking that it will auto populate the ${current_user}Below is the sample code for reference:My name is ${current_user}