Issutype aggregation using JSM standard issutypes

Hi,
I want to aggregate jsm issuetypes, and it is not working well. I am using JSM standard issuetypes like “[System] incident”.
image
Can somebody help me?
Thanks

Hi @aelexpuru,

Thanks for posting your question, it’s a good one!

MDX doesn’t like member names containing MDX syntax and can get confused, but there is a workaround for it to read the names correctly even when containing the brackets.

You need to add an extra bracket after [System], so it looks like this:

Aggregate(
{
[Issue Type].[[System]] Change],
[Issue Type].[[System]] Incident],
[Issue Type].[[System]] Problem]
}
)

I hope this helps!

Best,
Marita // support@eazybi.com