[jira.portfolio]
enable = true
[jira.customfield_10000]
hierarchy_levels = [
{name = “Initiative”, issue_type = [“Initiative”, “Programm”]},
{name = “Feature”, issue_type = “Feature”},
{name = “Epic”, issue_type = [“Epic”, “Improvement”]},
{name = “Parent”},
{name = “Sub-task”}
]
I already put this code in advanced setting.
But only show this setting in Issue
My target is have a report to show how many Epics in an Initiative to measure the team performance by OKR.
My Hierarchy is
Initiative
Epic
Task
How should I do it?