After integrating my custom HTML into the Rally page using the App SDK, I am now seeking a way to retrieve the username of the current logged-in user. However, I am facing a challenge in figuring out how to achieve this.
I have come across Rally's Hangman Variables, including the current user name, but it appears they are only useful when passed as parameters for specific Rally APIs. In contrast, I require access to the username within my JavaScript code directly.
Any suggestions on how I can accomplish this task?