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.
I want to create a filter that shows all issues with status "To Do" in my current sprint.
This filter doesn't return subtasks:
issuetype in (standardIssueTypes(), "Action Item", Bug, Epic, Story, Task, Subtask) AND project = DEV AND status = "To Do" AND Sprint in (openSprints()) ORDER BY priority DESC, status ASC, created DESC
However, if I use the same filter but remove the "Sprint in (openSprints())" , I can see subtasks returned in the results. Even the subtasks from the current sprint.
issuetype in (standardIssueTypes(), "Action Item", Bug, Epic, Story, Task, Subtask) AND project = DEV AND status = "To Do" ORDER BY priority DESC, status ASC, created DESC
This bug makes it hard for me to see all issues that are ready to be worked on.
Hello @Sara
Welcome to the Atlassian Community!
Can you confirm to us if the project you are specifying in your JQL query (DEV) is a Next-gen project?
If that's the case, we have reported this behavior as a bug to be fixed with the Next-gen API:
Unable to search for subtasks when filtered by sprint
Feel free to vote and watch the bug to increase its priority and also receive notifications about its fix implementation.
Unfortunately, we don't have a viable workaround to this bug at the moment, except for migrating your work to a Classic project where the bug does not happen.
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for confirming @Sara
Let us know if there is anything else we can help with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The bug is 3 years old. Can you please fix it? I added my vote to the bug report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still not fixed!!!!! @Petter Gonçalves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.