How do you show parent tasks along with their subtasks?

Darya_Koyfman November 21, 2017

I created subtasks for one of my process/project. I want to be able to JQL or export all parents issues along with their children/subtasks.

1 answer

0 votes
Suhas P
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.
November 21, 2017

You can try like this, eg, if you want to find issues assigned to use abc.

assignee = abc OR issueFunction in subtasksOf("assignee = abc")

subtaskOf is script runner plugin JQL function.

Darya_Koyfman November 27, 2017

Thank you for your reply, but it is not exactly what I need. I just need to be able to create .xls report based on certain filter I created in JIRA using JQL. So, I need all sub-tasks would be pulled automatically along with their "parent" issues to this report. 

Suggest an answer

Log in or Sign up to answer