The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Clark Everson
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 Champions.
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 Champions.
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!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events