Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can integrate Multi-Level Cascading Select custom fields in EazyBI to create reports.

Although MLCS is not directly supported in EazyBI, data can be imported using the advanced options provided.

To import a and integrate Multi-Level Cascading Select field, from the EazyBI home go to Settings → Advanced settings. Here, in the text area, paste the following code:

Code Block
[jira.customfield_XXXXX]
data_type = "string"
dimension = true

make sure to replace XXXXX with the custom field ID.

...

After updating the new settings, the custom field will be visible in the Jira source data, under the “Custom field” tab.

...

Once the data are imported, the custom field can be used in your EazyBI reports. This is an example report that includes data coming from a Multi-Level Cascading Select field.

...

custom fields in EazyBI is possible. You can follow the article made by the EazyBI team that explains how to import a Multi-Level Cascading Select field as an Account-specific calculated field

or a Global calculated field: https://docs.eazybi.com/eazybi/data-import/data-from-jira/javascript-calculated-custom-fields/calculated-field-examples/multi-level-cascading-field.