Page tree
Skip to end of metadata
Go to start of metadata

场景

我们进行数据统计的时候,有时候期将问题之间通过issuelink,epiclinke这些关系,进行有组织的进行分级。

在配置管理项我们可以对这些问题之间进行层级的再组织、

可以在eazyBI的高级管理里进行配置,重新建立层级结构。


高级配置

如我们希望建立三层结构,epic为第一层,story为第二层,子任务作为第三层,可以按以下方式来进行配置。

[[jira.issue_hierarchies]]
name = "三层"
all_member_name = "All Issues by 三层"
levels = [
  {name="Epic",key_column="epic_key"},
  {name="Parent",key_column="epic_parent_key"},
  {name="Sub-task",key_column="subtask_key"}
]


效果


  • No labels