To filter for the epic issue type, drag and drop the “issue type” dimension in the “pages” section, like in the first screenshot. Then it will act like a filter where you can select epic. This is one way to achieve what you described, if you play around you can discover more.
To filter issues with type “Epic” you could drag “Issue type” dimension to page filters and select “Epic” and then use “Status” dimension in columns.
If you want to filter all issues (including children of epic) by the Epic status, you could try importing Issue link field dimension using this formula in advanced settings (then don’t forget to select this dimension for import from import options page > additional options tab)
[[jira.issue_link_field_dimensions]]
name = “Epic Status”
source_dimension = “Status”
issue_id_column = “epic_id”
group = “Linked issue dimensions”
Once you have this dimension you can use it in your reports instead of regular “Status” dimension
We have advance roadmaps activated in our Jira instance, but we don’t use it for our projects.
Maybe on more information: We have already 1000+ issues that I have to analyze - so I don’t know if it is possible to link all of them to a new field?