Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to group Task and SubTask

Chandan Gupta
Contributor
May 2, 2018

I have created a process management project. Now when I click on issues, i can see the complete list of all the issues. But some issues are subtask of its parent. i.e. there is no grouping available.

 

Is there any way I can see the list of Task and Subtask grouped as per its hierarchy

2 answers

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2018

You would need to use a plugin like Structure or Big Picture to see issues hierarchy.

0 votes
Alana Fernando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2018

hi @Chandan Gupta,

You can do the same using JQL search. 

  • List outs sub task list of a parent issue 
type = Sub-task AND parent = <your parent ticket ID>
  •  List outs task list of a particular ticket (below function available in JQL tricks plugin)
issuefunction in linkedIssues("<parent tick>","<link name>")
Sandra Rita H June 23, 2020

This would only work for one task right? I am looking to do this for a whole project so it should look like this in confluence 

 

Parent Task

  • subtask 
  • subtask 2
  • subtask 3

Parent Task 2

  • Subtask...
Like Serge DUDNIC likes this

Suggest an answer

Log in or Sign up to answer