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
You would need to use a plugin like Structure or Big Picture to see issues hierarchy.
hi @Chandan Gupta,
You can do the same using JQL search.
type = Sub-task AND parent = <your parent ticket ID>
issuefunction in linkedIssues("<parent tick>","<link name>")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Parent Task 2
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.