How to make relation between two Tempo Rest URL

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.

Hi,

Such construction is not supported by REST API data import in eazyBI, unfortunately.
It is not possible to call “team” endpoint and then add more endpoint calls to populate the rows with team members.

The complete workaround would be to implement your own layer of REST API interfaces joining the two endpoints. eazyBI data mapping can operate with the data source providing the full list of rows in it.

Kindly,
Janis, eazyBI support