Hi @MaxL ,
If you want to filter issues by “parent” issue status, you can try to create an issue linked field dimension.
In eazyBI community you can check similar answers about this type of use case:
Hi @Stuart ,
You are very close to the solution, the line you need to change is issue_key_column = "customfield_16400" to this one issue_key_column = “jpoh_parent_3”.
[[jira.issue_link_field_dimensions]]
name = "Feature Release"
source_dimension = "Fix Version"
issue_key_column = "jpoh_parent_3"
group = "Linked issue dimensions"
There is also the possibility to use different levels from Portfolio with this line - jpoh_parent_3, the number at the end is counted like this:
[Issues_-Jira_Portfo…
In eazyBI, you can import an issue linked field dimensions for issues in Sub-task, Epic, and Portfolio hierarchies. This option works for standard dimensions, like Label, Priority, Fix version, and other: Issue link field dimensions - eazyBI for Jira .
You can also create a similar dimension on another issue field from the Portfolio hierarchy as long as it is a single-select custom field. In that case, you may define a new JavaScript calculated custom field that would return custom field value a…
best,
Gerda