LogoLogo
👉 Get a free ITSM ebook
Custom Fields Suite
Custom Fields Suite
  • About Custom Fields Suite for Jira
    • Main features of cascading field
    • Key benefits of cascading custom field
  • Using app
    • Multilevel Select
      • Use on the create issue view
      • Use on the service desk portal
      • Use saved values in JQL
      • Translate options
      • Gadget on dashboards and filters
      • Import or export options
      • Delete options
      • Use Cases
        • Internal service catalog
        • New hardware request
        • Incident Submission: App name and versions
    • Regex custom field
      • Use Regex on create issue view
      • Use Regex on the service desk portal
      • Use case
        • Phone number validation with Regex
        • Card Number Validation for Delegations
    • Dynamic custom field
      • Use case
        • Calculate total story points
        • Display the number of linked issues
    • ⭐️ Best practices
    • 💬 FAQ
    • 🔐Security statement
    • 🚧Known limitations
    • 📚 Featured articles
  • Integrations
    • Jira REST API integration
    • JSM Automation integration
    • EazyBI reports
    • Migrating from Multi-Level Cascading Select
  • 🤝Support
    • Book a free demo 📆
    • Request a bug 🐞
    • Share your ideas 💡
    • Appsvio website 💻
  • For solution partners
    • Partner Portal
    • Our Partners 🫶
  • OTHER APPS BY APPSVIO 💖
    • Feature Bundle for JSM
    • Issue Templates Agent for Jira
    • Issue Merger for Jira
    • HubSpot CRM Integration for Jira
    • Customer and Organization for JSM
    • Issue Scheduler
    • ITSM Reports
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com © 2025 All rights reserved

On this page

Was this helpful?

Export as PDF
  1. Integrations

EazyBI reports

Use Multilevel Select custom field in EazyBI reports

PreviousJSM Automation integrationNextMigrating from Multi-Level Cascading Select

Last updated 29 days ago

Was this helpful?

Utilizing the Multilevel Select custom field in eazyBI reports allows for more detailed and nuanced data analysis.

When configuring reports in eazyBI, these fields enable users to segment and filter data based on multiple hierarchical criteria.

For instance, a Multilevel Select field capturing the application, hosting type, and version in a support ticketing system can generate comprehensive reports on incident trends and resolutions.

How to configure eazyBI with a Multilevel Select custom field?

☝️ First, make sure the is installed on your instance. If not, ask your admin.

  1. Open the eazyBI home page, and then click on settings: ⚙️ on the right side.

  2. Change the tab for advanced settings.

  3. Now, we're at the place where we can configure Mutlilevel Select custom field.

  4. You will need a custom field ID. When opening the custom field configuration, you can find it in the URL.

  1. Now paste the prepared code that should look like the one below.

[jira.customfield_10082]
data_type = "string"
dimension = true
levels = ["Level 1","Level 2","Level 3", "Level_4"]
split_by = ", "
javascript_code = '''
var cfList = [];
if (issue.fields.customfield_10038) {
issue.fields.customfield_10082 = issue.fields.customfield_10038.values;
};
'''
  1. Define how many levels the custom field has in the levels section.

  2. Now, go to the Source Data tab and choose Jira.

  3. Define details and move to the custom fields tab.

  4. Find your custom field, and import.

In advanced settings, you can see the configuration.

eazyBI app
custom-field-id
eazy-bi-integration-multilevel
multilevel-select-eazy-bi