Has anyone developed a filter to display the parent task with its sub-task?

mary.coffee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 6, 2020

I have a filter that shows all CRs in consecutive order. The problem is that sub-tasks are often not created in conjunction with the 'parent' resulting in a list that does not show parent and sub-task together. Is there a way to do this?

 

2 answers

0 votes
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 8, 2020

Hi @mary.coffee

You can add "ORDER BY Rank ASC" to the end of your JQL search.

This will order the issues based on their global rank, and include the sub-tasks below each issue.

The rank is based on the order of the issues on your board, so I would use a Backlog to order the CRs in the right order if they aren't when using Rank now.

Ste

0 votes
khalid alqahtani March 6, 2020

Dear @mary.coffee 

You need displayed in board or in JQL or where?

Suggest an answer

Log in or Sign up to answer