EazyBI - Mappedb your field as custom but do not see values :-(

Issue #70 closed
Dikla Tavor created an issue

Hi

I have a large organization testing your great app and they have to have the tree values in eazybi,

I mapped the field as custom field in eazy bi but do not see any values. all issues show with “none” - is there additional configuration I need to do?

Thanks Dikla

Comments (3)

  1. Yury Oboz repo owner

    Hi!

    Go to eazyBi → settings → Advances settings, and paste customfields configuration like this:

    # For single field
    [jira.customfield_10000]
    data_type = "string"
    dimension = true
    levels = ["Level 1", "Level 2", "Level 3", "Level 4", "Level 5"]
    split_by = "/"
    
    # For multi field
    [jira.customfield_10001]
    data_type = "string"
    dimension = true
    multiple_values = true
    

    Then reimport data.

  2. Log in to comment