Basically, we’re using a pretty standard hierarchy in Jira and Advanced Roadmaps, which looks like (top down):
Initiative → Feature → Epic → Task → Sub-Task.
I have the Parent Link (for Feature to Initiative) and Parent Link (for Epic to Feature) and Epic Link (for Task to Epic) in place…see the screenshot.
I use this definition in my settings but not working:
#setup issues hierarchies
[jira.customfield_Initiative]
name = “I Initiative”
inward_link = “is child of”
issue_type = “Initiative”
dimension = true
update_from_issue_key = “customfield_feature”
[jira.customfield_feature]
name = “Feature”
inward_link = “is child of”
issue_type = “Feature”
dimension = true
update_from_issue_key = “epic_key”
Issue hierarchy Initiative
[[jira.issue_hierarchies]]
name = “Initiative”
all_member_name = “All Issues by Initiative”
levels = [
#two custom levels above default epic hierarchy
{name=“Initiative”,key_column=“customfield_Initiative”,issue_type=“Initiative”},
{name=“Feature”,key_column=“customfield_feature”,issue_type=“Feature”},
#default set of levels for epic hierarchy, do not change it
{name=“Epic”,key_column=“epic_key”},
{name=“Parent”,key_column=“epic_parent_key”},
{name=“Sub-task”,key_column=“subtask_key”}
]
But the task does not appear, neither the sub-task.
Please, let me know. what is wrong? And why the feature & sub-task aren’t appear
Regards
1 post - 1 participant