You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When I create an issue in Jira, I can find it simply in VS Code extension, but after assigning these issues to the Epics, I can not find them there.
So, it is really bad, because I want to create a branch and work on the issue from vs code instead of working directly on the epics, that doesn't make sense at all!
Maybe I don't know how to handle it, but after lots of searches on the internet, I am asking it here with the hope to find a solution.
Hello, welcome to the Community!
The "My <yoursite> Issues" filter that comes default with the extension uses the following JQL filter:
assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC
So, there's two criteria you can check on the issues!
Another step you could take is to create a new filter in VS Code that shows more issues:
project IN (JS)
One more possible thing you could do (although I don't believe this to be an issue from your screenshot) is to disable the "Group issues by epic" option in the extensions setting. With this option enabled, you should see a little > arrow next to epics that you can expand/collapse:
Hope that helps a bit!
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.