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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.