Forums

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

How to add filter to exclude parent story that has child?

Lee Zhi Chien
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!
November 1, 2021

I would like to exclude story/bug/task that has at least one child. How to do that?

Note: All story/bug/task are having epics as parent.

Below is list all the required information without above logic.

issuetype in (Bug, Story, Task, Subtask) AND "End date[Date]" >= 2021-04-01 AND "End date[Date]" <= 2021-09-30 AND assignee in (5b43fa8ba492e959f3f32549) order by created DESC

Thanks.

Lee

1 answer

0 votes
Carlos Garcia Navarro
Community Champion
November 1, 2021

Hi @Lee Zhi Chien ,

Did you try the clause:?

"Parent Link" is EMPTY

Lee Zhi Chien
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!
November 1, 2021

I have tried the following but still I can see the "Parent" CX11-1222.

issuetype in (Bug, Story, Task, Subtask) AND "End date[Date]" >= 2021-04-01 AND "End date[Date]" <= 2021-09-30 AND assignee in (5b43fa8ba492e959f3f32549) AND "Parent Link" is EMPTY order by created DESC

CX11-1222.PNG

 

 

Suggest an answer

Log in or Sign up to answer