How to add subtasks under a story of an epic in structures using group by/Extend

Navya Reddy March 3, 2021

Hi,

 I have tried to Use a JQL and used Group by Epics -> Group By TaskType(we have defined the field at our end to track few things) to display on the structures. 

TaskType can be BE, UI and QE. A story and subtask use this field.

The result I have is : All stories tagged under the EPIC, but not able to see sub tasks under that stories. It display the subtasks under No Epic.

So I have used extend sub task, Now the result is :  Stories -> All tasks associated under it(Sub tasks are not group by TaskType) + It display the subtasks under No Epic.
I was looking for a way where I can see only have the sub tasks grouped by TaskType.

Example of
expected result:

Epic
  TaskType - UI
       Story - UI
           Sub tasks - UI
  TaskType - BE
       Story - BE
           Sub tasks - BE
  TaskType - QE
       Story - QE
           Sub tasks - QE

Actual Result I get:

Epic
  TaskType - UI
       Story - UI
           Sub tasks - UI
           Sub tasks - BE
           Sub tasks - QE
  TaskType - BE
       Story - BE
           Sub tasks - UI
           Sub tasks - BE
           Sub tasks - QE
  TaskType - QE
       Story - QE
           Sub tasks - QE
No  Epic
  Sub tasks - UI
   Sub tasks - BE
   Sub tasks - QE

0 answers

Suggest an answer

Log in or Sign up to answer