User picker import with eazyBI

Add these lines to eazyBI’s advanced settings:

[jira.customfield_myfield]
data_type = "string"
dimension = true
name = "My Field"
levels = ["User", "Username"]
none_member_all_levels = true
split_by = "|"
javascript_code = '''
if (issue.fields.customfield_10416) {
  issue.fields.customfield_myfield=
  issue.fields.customfield_10416.displayName+"|"+
  issue.fields.customfield_10416.name;
}
'''

Import this configuration as dimension and property. Be aware you also import the custom field as a property.

For column „test”:

[My Field].CurrentHierarchyMember.FirstChild.name

Reach out to me for professional support!

Contact