Getting all the sub tasks for a parent issue

FlipThisHouse2 December 8, 2017

How can I get all the sub tasks for a query returning only high level items (like stories).

 

for example, I want to get all the stories with a special label and all the sub tasks for these issues...

I found out how to do it with Script Runner, but I don't have it, and I can't get it.

2 answers

1 vote
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 8, 2017

It is not possible without an app. An alternative to ScriptRunner would be JQL Tricks which allows you to do nested searches.

0 votes
Daniel Turczanski - __JQL Search Extensions
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 11, 2017

Hi Mike, you can also run subqueries with Jql Search Extensions

For example: issue in subtaskOf("priority = High")

Suggest an answer

Log in or Sign up to answer