How can I generate a hyperlink in RTC BIRT to visit a Team Area dashboard
Actually, I can do this but it requires knowledge of the full name of the Team Area (not just simple name). Something like:
'<a href=' + repositoryUrl + '/projects/' + projectAreaName + '#action=com.ibm.team.dashboard.viewDashboard&&team=' + teamAreaFullName + '">' + displayName + '</a>';
None of the BIRT tables that show the full path name (such as TEAM_AREA) seem to get updated when the name/structure changes. Is there a way to visit the dashboard using the TEAM_KEY value?