I wrote this query which does work to display all stories and sub-tasks in the current sprint but it does not display it in order that I want. I want it to display showing story first and then its sub-tasks directly under each story. such as:
story 1
sub-task 1
sub-task 2
story 2
sub-task 1
sub-task 2
How can I get it to order this way?
@jeanette gnecco Since the issue type Story and its Sub-tasks take the issueID and issue-Key based on when they are created in time. So, even if we order by issueID or issuekey, it is not possible to get this hierarchical arrangement or view as an output from JIRA's JQL search out-of-the-box.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.