Hi,
I would like to know how can I do relation between two endpoints from Tempo Teams.
Ex:
<JIRA_BASE_URL>/rest/tempo-teams/2/team
<JIRA_BASE_URL>/rest/tempo-teams/2/team/{teamId}/member
I need to show a table with TeamName in Rows and Count members by teams in column (cells)
But when I write mdx calculated field the function Count([TeamMemberId].Allmembers) the result is max quantity of members for all Teams.
I thank for advanced.