What I want to do:
Have scrum board in next gen project to show the stories of the current sprint in correct priority order with "group by subtasks" option activated.
First insight:
There is a bug saying this is currently not working: https://jira.atlassian.com/browse/JSWCLOUD-17950
As a workaround it is suggested to create a Classic board and edit its filter to return the next-gen issues.
Workaround - still not working:
I created a classic board and set the filter to “project = my_project AND Sprint = current_sprint”. Stories and bugs are correctly shown, but the subtasks do not show up. If I filter for “project = my_project", stories, bugs and subtasks are shown. The current_sprint is correctly set in the subtasks.
Question
JQL query “project = my_project" correctly filters stories, bugs and subtasks
JQL query “project = my_project AND sprint = current_sprint" (my_project being a next gen project) correctly filters stories and bugs but does NOT show any subtasks altough subtasks are correctly assigned to the sprint.
Why is that and what can I do to fix it?
See "What I want to do" section for what I really trying to achieve, so if there is other ways to get there I am also happy.
Thanks,
Anja