I am trying to create a couple Kanban boards that pull tasks from a number of project teams that relate to the same epics. How can I do that and include subtasks in the related tasks as well?
I am working in an environment where we are trying to avoid adding third party add-ons.
The query I have so far is: "Epic Link" in (Project1, Project2)
I have tried "Epic Link" in (Project1, ) OR parent in (Project1) OR parent in linkedIssues(Project1) but it doesn't return the subtasks.