EazyBI reports
Use Multilevel Select custom field in EazyBI reports
Last updated
Was this helpful?
Use Multilevel Select custom field in EazyBI reports
Last updated
Was this helpful?
Was this helpful?
[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;
};
'''