Create Measure with Custom Field

Hi,

I’am trying to create a report that pulls the custom fields from a Multi Select custom field named Devices. This is used only in the Bug issue type

The idea is having a pie chart showing which devices are most common in the bugs.

Can you help me with this query, please?

Hi,

In this case, you could try using eazyBI advanced settings to define your custom field as a dimension for eazyBI data import (by replacing XXXXX with your custom field ID)

[jira.customfield_XXXXX]
data_type = "string"
dimension = true
multiple_values = true
split_by = ','

After that you could select to import (via Jira import options) it as a separate dimension and later use in your reports to split results by Devices.
You could also use “Issue Type” dimension in page filter to filter only “Bug” issue types.

Martins / eazyBI support

1 Like