Hi
On my jira company site when I run the command
assignee = currentUser()
I see all issues that are assigned to me, weather they belong to an epic or not. But when I run the same command in the VSCode extension it does not show me those issues which are under an epic.
Hence the behavior in the extension seems like a bug to me. Are there any plans on fixing it?
If I run:
parentEpic in (epic1, epic2, epic3) AND assignee = currentUser()
It show nothing.
And if just run
parentEpic in (epic1, epic2, epic3)
then it shows all issues in epic1, epic2 and epic3 including the ones that are not assigned to me.
Is there a way to see the issues in an epic or epics that are assigned to me? If there are plans to fix the above bug, then I can wait and don't need a solution this.
Thank you.