Our Atlassian domain root (https://ourdomain.atlassian.net) currently redirects to Jira (https://ourdomain.atlassian.net/jira/). I want to redirect to Confluence instead (https://ourdomain.atlassian.net/wiki/). How can I do this?
Thanks in advance!
Hi,
It is not possible to directly aggregate members of a dimension for another dimension. If you need to report on specific issues, you can create a new member in the Issue dimension, and then you get your number by combining this member with the Issue type dimension in the report.
The calculated member for the issue dimension would be like this:
Aggregate({
[Issue].[Issue].getMemberbykey("JIRA-001"),
[Issue].[Issue].getmemberbykey("JIRA-002")
})
Kindly,
Janis, eazyBI support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.