We have a next-gen project with all features enabled (roadmap, backlog, sprints etc). We have created a query to enable team members to see all open items in the sprint assigned to them and we want to group sub tasks under their parent.
The standard way to do this seems to use order by rank however this does not work in a next gen project. The expect result is for sub tasks to appear under their parent (story, sub-task, subtask followed by the next story, sub-task, sub-task etc.) What actually happens is that all stories appear then all sub-tasks.
Is there a way to group subtasks by their parent in a next-gen project? here is the JQL:
project = xyz AND assignee = currentUser() AND resolution = Unresolved order by rank ASC
Did you also map the new workflow status to a column?
https://confluence.atlassian.com/display/AGILE/Configuring+Columns
If you use "Add column" on the board, this will be automatically done.
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.