Here's the query I have so far:
project = PP AND issuetype = QA AND status = Done AND assignee in (60ecfb7b2f97d50069e0bc85) ORDER BY cf[10005] DESC, cf[10004] DESC, cf[10002] ASC, created DESC
I can see the sub-task information as well as the main story the QA task is assigned to. However, I can't seem to find a way to get the epic to display with the QA subtask.
Any help with getting the epic to display for a sub-task (in particular, QA) will be appreciated.