Forums

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

Filter subtasks from bugs

Sergio Caballero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 28, 2022

Hello, please I want to query only the subtasks and do not count the subtasks inside the bugs. How could I make without a plugin?

project in (ABC) AND Sprint in openSprints() AND (type = sub-task OR type = bug)

1 answer

0 votes
Dave Mathijs
Community Champion
April 28, 2022

Hi @Sergio Caballero welcome to the Atlassian Community!

Unfortunately, you cannot achieve this without a third-party app.

The JQL would be something like:

project in (ABC) AND Sprint in openSprints() AND issue in subtaskOf("type != Bug")

Suggest an answer

Log in or Sign up to answer