Forums

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

Need Query to search Closed / Done User stories linked with Open defects

AjayShankar AN July 24, 2023

Old defects are re opened. Need to search all the stories in closed status but having open defects. Open defects means, anything other than closed. ( In progress, testing, blocked etc )

2 answers

1 vote
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.
July 24, 2023

Hi @AjayShankar AN 

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

Unfortunately, using JQL of Jira, 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 all the stories in closed status that have linked defects that are not closed:

issue in linkedIssuesOfQuery("type=defect AND status!=Closed") AND type = Story AND status = Closed

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

We’ll be happy to help you!

Best regards,

Charlotte

0 votes
Ravi Sagar _Sparxsys_
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.
July 24, 2023

Hi @AjayShankar AN 

Are your defects linked to the stories?

Ravi

AjayShankar AN July 24, 2023

Yes, closed stories with linked open /testing/to do defects.

Suggest an answer

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

Atlassian Community Events