I have this as the main dashboard query where it fetches all linked issues of a theme.
project = P1 AND issuekey in linkedIssues(P1-100) -(This displays all Epics, Stories, Tasks and Sub-tasks)
I have used richfilters on Epic, Component, Lables etc.
When I select epic from the drop down it appends the query with
project = P1 AND issuekey in linkedIssues(P1-100) AND "Epic Link" = P1-120. - This query doesn't display the Epic and the subtasks.
How to display the selected Epic and all its linked issue once you select in the RichFIlter.