How to import/show issue summary in a custom field dimension?

Hi there! :slight_smile:

I’m new in this type of configuration in EazyBI and I need your help.

I have a custom field in JIRA that it is a multi issue picker. I was already able to see it as a dimension in eazyBI reports however I needed it to show the issue summary.
image

Probably I’m missing some configuration in the advanced settings or some calculated member set up.

Can somebody save me? :slight_smile:

Thank you all!

Best regards,
Ricardo Figueiredo

Hi @Ricardo_Figueiredo,
welcome to eazyBI community! :wave:

You can get a related issue from the Issue dimension by creating a calculated measure in the Measure dimension:

[Issue].[Issue].getMemberNameByKey(
  [Multi Issue Picker].CurrentHierarchyMember.get('KEY')
)

In the report it would look like this:

best,
Gerda // support@eazyBI.com

1 Like