I'm looking for a way to show sub-tasks grouped to their parent in e.g the issue view. Now, I can create a jql with a group by "Key, Parent" where all the sub taks are grouped together by their parent, but not listed directly under their parent. Is there a way to archieve this?
I'd like to end up with a query like fixVersion = "version A" groupby (Key, Parent)....."
Thanks!