I like the the time tracking report where it shows stories and linked subtasks. I want similar view but without the estimates column.
What should be my JQL query?
Below is the one I am using currently shows all stories and subtasks but they are not linked in my view which makes difficult to understand which subtask is for which story.
the below shows list of stories and then list of subtasks but they are not linked.
project = CECL AND issuetype in (Story, Sub-task) AND Sprint = 2079 ORDER BY cf[10209] ASC, status DESC, labels ASC, Rank ASC
It would be great to know the answer for this.
Thank you
Regards
Ritu
No, the jira search is just capable of showing a flat list of issues.
Add-ons like the structure add-on can do what you ask... (show also relations)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.