Custom hierarchy

Hello all,
I have customized my eazyBI settings to recognize the Initiative->Epic->Story->Subtask hierarchy in a release and it works fine.

[jira.customfield_initiative]
name = “Initiative”
inward_link = “is initiative link”
issue_type = [“X”,“Y”,“Z”]
update_from_issue_key = “epic_key”

[[jira.issue_hierarchies]]
name = “Initiative”
all_member_name = “All Issues by Initiatives”
levels = [
{name=“Initiative”,key_column=“customfield_initiative”,issue_type=[“X”,“Y”,“Z”]},
{name=“Epic”,key_column=“epic_key”},
{name=“Parent”,key_column=“epic_parent_key”},
{name=“Sub-task”,key_column=“subtask_key”}
]

[[jira.issue_link_field_dimensions]]
name = “Initiative Fix Version”
source_dimension = “Fix Version”
issue_key_column = “customfield_initiative”
group = “Linked issue dimensions”

Now, I have to add the simple hierarchy Epic->Story->Subtask to the release (without Initiative).

The result should be to see together
Initiative->Epic->Story->Subtask and
Epic->Story->Subtask
of a selected Initiative Fix Version.

Can you help me with this?
Thanks

Hi,

Perhaps, the solution is to use your custom hierarchy at the Epic level. Still, it is not possible to add two different hierarchies of the Issue dimension in a single report.

The solution might depend on the exact outlook of the report you are trying to achieve. Additional details on what is your reporting goal would help.

Kindly,
Janis, eazyBI support