Filtering values from imported custom field multi-choice list1

Hello @Alex_Zhivago

Thanks for reaching out to us!
In your scenario, I recommend importing your multi-list custom field as csv_dimension . This dimension will allow you to filter your issues by specific multi-list custom field combinations (including filtering on issues that have only one value). You can learn about csv_dimension settings here → Advanced settings for custom fields

Here are the steps to take:

  1. In eazyBI advanced settings, add a parameter csv_dimension for the multi-list custom field to enable the creation of CSV dimension (Advanced settings for custom fields - eazyBI for Jira).
    The settings might look like this, where NNNNN is the your multi-list custom field ID in Jira.
[jira.customfield_NNNNN] 
csv_dimension = true
  1. Import data in eazyBI.
  2. Add the dimension “multi-list custom field name CSV” on report Pages to filter data.

For example purposes, I have imported a dimension “Fruits” as a csv_dimension.

These are the properties of my issues, and my goal is to filter the report only by issues containing the Fruit dimension value “Apple”
3248cfee41904534f4e241d14308cb5c.png

When filtering the report by dimension Fruits CSV value “Apple”, the report returns issues that contain a single value “Apple”
fc399fa61089524501232c71c57d53ee.png

Best wishes,

Elita from support@eazybi.com