I am working on creating custom HTML widgets in Reports for Rally and I'm accessing data by querying the API like so: https://rally1.rallydev.com/slm/webservice/v2.0/release/?query=((Project.Name%20=%20%22TestProjectName%22)%20and%20(Name%20contains%20%22TestReleaseName%22))&fetch=Name,PlannedVelocity,PlanEstimate I am trying to find a variable, or function in Javascript that would fetch the name, ID, or some other identifier for the currently selected release at the top of my report so I can query it. I have tried searching through rally's SDK and googling but have been unable to find a solution. I am able to find the Projcet ID using PROJECT_OID but needed something similar for the selected release on the release filter so I could query only within said release.