Get all Stories from under a specific list of Epics

Hi @Flavius225
Thanks for posting your question!
In this case the easiest solution would be importing link field dimensions (learn more here Issue link field dimensions or in a similar community post here - Filter Epic by Label - #3 by hroch)

Update your eazyBI advanced setting (Advanced settings for custom fields) with the following definitions:

[[jira.issue_link_field_dimensions]]
name = "Epic Label"
source_dimension = "Label"
issue_key_column = "epic_key"
group = "Linked issue dimensions"
[[jira.issue_link_field_dimensions]]
name = "Epic Resolution"
source_dimension = "Resolution"
issue_key_column = "epic_key"
group = "Linked issue dimensions"

Once you have imported the dimensions (you will find the dimensions in import options → Additional options → section “Issue link field dimensions”, you can add them in Pages and use to filter the necessary Epic labels and resolution.

Best wishes,

Elita from support@eazybi.com