How to get stories without subtasks

C S Seshagiri November 1, 2023

Need a jql query to filter stories without subtasks in jira cloud

2 answers

1 vote
Clark Everson
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 1, 2023

Hi @C S Seshagiri 

Welcome to community!

If I am understanding correctly you want a query that can find all stories that do not contain any sub-tasks

Natively this is not possible, you would need a app like scriptrunner or JQL Booster Pack

https://community.atlassian.com/t5/Jira-Core-Server-questions/How-do-we-filter-stories-which-are-without-Sub-task-by-using-JQL/qaq-p/1283440

 

If I am mistaken though let me know!

Best,

Clark

0 votes
Charlotte Santos -Appfire-
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 1, 2023

Hi @C S Seshagiri 

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find stories without subtasks:

type = Story AND subtasksCount = 0

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events