Hello!!
I have a demand to build a report (Table) with issues from specific project. The colums of this reports are symple like Issue Summary, RequestType, Assignee, Reporter, Resolutions Date, etc…
However, the user need to information about Department and Manager of the reporter users. I have this information in a Insight Custom Field that I set automaticaly with the same reporter user (Employee CustomField - 11311).
I imported customfield and attributes in the cube with code below and I can use in Hierarchy level.
[jira.customfield_11311]
insight_object_attributes = [
{name = “Department”, data_type = “string”},
{name = “Manager”, data_type = “string”}
]
But I need to use the information of these hierarchy in a calculated measure. Someone can help me?
Columns Employee Department and Employee Manager need to be completed with Asset Attribute